Skip to content

Add MPART_INITIALIZE option #97

Add MPART_INITIALIZE option

Add MPART_INITIALIZE option #97

Triggered via pull request July 8, 2024 19:40
Status Failure
Total duration 4m 53s
Artifacts

CI.yml

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

Annotations

11 errors, 18 warnings, and 1 notice
Julia 1.9 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
Julia 1.9 - macos-latest - x64 - pull_request
Process completed with exit code 1.
Documentation: src/MParT.jl#L142
doctest failure in ~/work/MParT.jl/MParT.jl/src/MParT.jl:142-159 ```jldoctest julia> MapOptions(basisType="HermiteFunctions", basisLB=-3., basisUB=3., sigmoidBasisSumType="Constant") basisType = HermiteFunctions basisLB = -3 basisUB = 3 edgeType = SoftPlus sigmoidBasisSumType = Constant basisNorm = true posFuncType = SoftPlus quadType = AdaptiveSimpson quadAbsTol = 1e-06 quadRelTol = 1e-06 quadMaxSub = 30 quadMinSub = 0 quadPts = 5 contDeriv = true nugget = 0 ``` Subexpression: MapOptions(basisType="HermiteFunctions", basisLB=-3., basisUB=3., sigmoidBasisSumType="Constant") Evaluated output: ERROR: UndefVarError: `__Constant` not defined Stacktrace: [1] top-level scope @ :0 [2] eval @ ./boot.jl:370 [inlined] [3] eval @ ~/work/MParT.jl/MParT.jl/src/MParT.jl:2 [inlined] [4] MapOptions(; kwargs::Base.Pairs{Symbol, Any, NTuple{4, Symbol}, NamedTuple{(:basisType, :basisLB, :basisUB, :sigmoidBasisSumType), Tuple{String, Float64, Float64, String}}}) @ MParT ~/work/MParT.jl/MParT.jl/src/MParT.jl:169 [5] top-level scope @ none:1 Expected output: basisType = HermiteFunctions basisLB = -3 basisUB = 3 edgeType = SoftPlus sigmoidBasisSumType = Constant basisNorm = true posFuncType = SoftPlus quadType = AdaptiveSimpson quadAbsTol = 1e-06 quadRelTol = 1e-06 quadMaxSub = 30 quadMinSub = 0 quadPts = 5 contDeriv = true nugget = 0 diff = Warning: Diff output requires color. basisType = HermiteFunctions basisLB = -3 basisUB = 3 edgeType = SoftPlus sigmoidBasisSumType = Constant basisNorm = true posFuncType = SoftPlus quadType = AdaptiveSimpson quadAbsTol = 1e-06 quadRelTol = 1e-06 quadMaxSub = 30 quadMinSub = 0 quadPts = 5 contDeriv = true nugget = 0ERROR: UndefVarError: `__Constant` not defined Stacktrace: [1] top-level scope @ :0 [2] eval @ ./boot.jl:370 [inlined] [3] eval @ ~/work/MParT.jl/MParT.jl/src/MParT.jl:2 [inlined] [4] MapOptions(; kwargs::Base.Pairs{Symbol, Any, NTuple{4, Symbol}, NamedTuple{(:basisType, :basisLB, :basisUB, :sigmoidBasisSumType), Tuple{String, Float64, Float64, String}}}) @ MParT ~/work/MParT.jl/MParT.jl/src/MParT.jl:169 [5] top-level scope @ none:1
Documentation: src/MParT.jl#L352
doctest failure in ~/work/MParT.jl/MParT.jl/src/MParT.jl:352-362 ```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:364 TriangularMap(::Union{CxxWrap.CxxWrapCore.ConstCxxRef{CxxWrap.StdLib.StdVector{CxxWrap.StdLib.SharedPtr{MParT.ConditionalMapBase}}}, CxxWrap.CxxWrapCore.CxxRef{CxxWrap.StdLib.StdVector{CxxWrap.StdLib.SharedPtr{MParT.ConditionalMapBase}}}, CxxWrap.StdLib.StdVector{CxxWrap.StdLib.SharedPtr{MParT.ConditionalMapBase}}}) @ MParT ~/.julia/packages/CxxWrap/5IZvn/src/CxxWrap.jl:624 Stacktrace: [1] TriangularMap(maps::Vector{CxxWrap.StdLib.SharedPtrAllocated{MParT.ConditionalMapBase}}, move_coeffs::Bool) @ MParT ~/work/MParT.jl/MParT.jl/src/MParT.jl:366 [2] TriangularMap(maps::Vector{CxxWrap.StdLib.SharedPtrAllocated{MParT.ConditionalMapBase}}) @ MParT ~/work/MParT.jl/MParT.jl/src/MParT.jl:365 [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:364 TriangularMap(::Union{CxxWrap.CxxWrapCore.ConstCxxRef{CxxWrap.StdLib.StdVector{CxxWrap.StdLib.SharedPtr{MParT.ConditionalMapBase}}}, CxxWrap.CxxWrapCore.CxxRef{CxxWrap.StdLib.StdVector{CxxWrap.StdLib.SharedPtr{MParT.ConditionalMapBase}}}, CxxWrap.StdLib.StdVector{CxxWrap.StdLib.SharedPtr{MParT.ConditionalMapBase}}}) @ MParT ~/.julia/packages/CxxWrap/5IZvn/src/CxxWrap.jl:624 Stacktrace: [1] TriangularMap(maps::Vector{CxxWrap.StdLib.SharedPtrAllocated{MParT.ConditionalMapBase}}, move_coeffs::Bool) @ MParT ~/work/MParT.jl/MParT.jl/src/MParT.jl:366 [2] TriangularMap(maps::Vector{CxxWrap.StdLib.SharedPtrAllocated{MParT.ConditionalMapBase}}) @ MParT ~/work/MParT.jl/MParT.jl/src/MParT.jl:365 [3] top-level scope @ none:1
Documentation
Process completed with exit code 1.
Julia 1.7 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
Julia 1.8 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
Julia 1.10 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
Julia 1.8 - macos-latest - x64 - pull_request
Process completed with exit code 1.
Julia 1.7 - macos-latest - x64 - pull_request
Process completed with exit code 1.
Julia 1.10 - macos-latest - x64 - pull_request
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.9 - ubuntu-latest - x64 - pull_request
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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.9 - macos-latest - x64 - pull_request
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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/
Documentation
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, julia-actions/setup-julia@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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.7 - ubuntu-latest - x64 - pull_request
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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.8 - ubuntu-latest - x64 - pull_request
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Julia 1.10 - 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.10 - ubuntu-latest - x64 - pull_request
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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/
Julia 1.8 - macos-latest - x64 - pull_request
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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.7 - macos-latest - x64 - pull_request
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Julia 1.10 - 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.10 - macos-latest - x64 - pull_request
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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`