This repository was archived by the owner on Jun 24, 2022. It is now read-only.
Description Running the tests on Julia master fails with
Basics: Test Failed at /Users/kristoffer/JuliaPkgEval/SparsityDetection.jl/test/basics.jl:19
Expression: sparse((testmeta(g, [1], [2]))[1]) == sparse([1], [1], true)
Evaluated: 1×1 SparseMatrixCSC{Bool,Int64} with 0 stored entries ==
[1, 1] = true
Stacktrace:
[1] top-level scope at /Users/kristoffer/JuliaPkgEval/SparsityDetection.jl/test/basics.jl:19
[2] include(::String) at ./client.jl:439
[3] macro expansion at /Users/kristoffer/JuliaPkgEval/SparsityDetection.jl/test/runtests.jl:3 [inlined]
[4] macro expansion at /Users/kristoffer/julia/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1116 [inlined]
[5] top-level scope at /Users/kristoffer/JuliaPkgEval/SparsityDetection.jl/test/runtests.jl:3
It would be good to figure out the root cause to see if this is due to a regression in Julia.
Reactions are currently unavailable
Running the tests on Julia master fails with
It would be good to figure out the root cause to see if this is due to a regression in Julia.