Skip to content

Adding move_coeffs for TriangularMap #70

Adding move_coeffs for TriangularMap

Adding move_coeffs for TriangularMap #70

Triggered via pull request January 22, 2024 17:45
Status Failure
Total duration 2m 38s
Artifacts

CI.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 7 warnings, and 1 notice
Documentation: src/MParT.jl#L330
doctest failure in ~/work/MParT.jl/MParT.jl/src/MParT.jl:330-340 ```jldoctest julia> dim, order = 5, 3; julia> msets = [FixedMultiIndexSet(d, order) for d in 1:dim]; julia> opts = MapOptions(); julia> components = [CreateComponent(mset, opts) for mset in msets]; julia> trimap = TriangularMap(components); ``` Subexpression: trimap = TriangularMap(components); Evaluated output: ERROR: MethodError: no method matching TriangularMap(::CxxWrap.StdLib.StdVectorAllocated{CxxWrap.StdLib.SharedPtr{MParT.ConditionalMapBase}}, ::Bool) Closest candidates are: TriangularMap(!Matched::Vector, ::Bool) @ MParT ~/work/MParT.jl/MParT.jl/src/MParT.jl:342 TriangularMap(::Union{CxxWrap.CxxWrapCore.SmartPointer{T2}, T2} where T2<:CxxWrap.StdLib.StdVectorAllocated{CxxWrap.StdLib.SharedPtr{MParT.ConditionalMapBase}}) @ MParT ~/.julia/packages/CxxWrap/IdOJa/src/CxxWrap.jl:618 Stacktrace: [1] TriangularMap(maps::Vector{CxxWrap.StdLib.SharedPtrAllocated{MParT.ConditionalMapBase}}, move_coeffs::Bool) @ MParT ~/work/MParT.jl/MParT.jl/src/MParT.jl:344 [2] TriangularMap(maps::Vector{CxxWrap.StdLib.SharedPtrAllocated{MParT.ConditionalMapBase}}) @ MParT ~/work/MParT.jl/MParT.jl/src/MParT.jl:343 [3] top-level scope @ none:1 Expected output: diff = Warning: Diff output requires color. ERROR: MethodError: no method matching TriangularMap(::CxxWrap.StdLib.StdVectorAllocated{CxxWrap.StdLib.SharedPtr{MParT.ConditionalMapBase}}, ::Bool) Closest candidates are: TriangularMap(!Matched::Vector, ::Bool) @ MParT ~/work/MParT.jl/MParT.jl/src/MParT.jl:342 TriangularMap(::Union{CxxWrap.CxxWrapCore.SmartPointer{T2}, T2} where T2<:CxxWrap.StdLib.StdVectorAllocated{CxxWrap.StdLib.SharedPtr{MParT.ConditionalMapBase}}) @ MParT ~/.julia/packages/CxxWrap/IdOJa/src/CxxWrap.jl:618 Stacktrace: [1] TriangularMap(maps::Vector{CxxWrap.StdLib.SharedPtrAllocated{MParT.ConditionalMapBase}}, move_coeffs::Bool) @ MParT ~/work/MParT.jl/MParT.jl/src/MParT.jl:344 [2] TriangularMap(maps::Vector{CxxWrap.StdLib.SharedPtrAllocated{MParT.ConditionalMapBase}}) @ MParT ~/work/MParT.jl/MParT.jl/src/MParT.jl:343 [3] top-level scope @ none:1
Documentation
Process completed with exit code 1.
Julia 1.9 - ubuntu-latest - x64 - pull_request
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Julia 1.7 - ubuntu-latest - x64 - pull_request
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Julia 1.8 - ubuntu-latest - x64 - pull_request
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Julia 1.7 - macos-latest - x64 - pull_request
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Julia 1.9 - macos-latest - x64 - pull_request
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Julia 1.8 - macos-latest - x64 - pull_request
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Documentation
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`