constructors to fix 321 #1081
CI.yml
on: pull_request
Documentation
5m 56s
Matrix: test
Binder
0s
Annotations
7 errors
Documentation:
loading.jl#L1261
Error during loading of extension SparseArraysExt of Finch, use `Base.retry_load_extensions()` to retry.
exception =
1-element ExceptionStack:
Failed to precompile SparseArraysExt [de3c029a-bc76-5ba0-8d32-643465c8d086] to "/home/runner/.julia/compiled/v1.9/SparseArraysExt/jl_tTa45H".
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:35
[2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
@ Base ./loading.jl:2294
[3] compilecache
@ ./loading.jl:2167 [inlined]
[4] _require(pkg::Base.PkgId, env::Nothing)
@ Base ./loading.jl:1805
[5] _require_prelocked(uuidkey::Base.PkgId, env::Nothing)
@ Base ./loading.jl:1660
[6] _require_prelocked(uuidkey::Base.PkgId)
@ Base ./loading.jl:1658
[7] run_extension_callbacks(extid::Base.ExtensionId)
@ Base ./loading.jl:1255
[8] run_extension_callbacks(pkgid::Base.PkgId)
@ Base ./loading.jl:1290
[9] run_package_callbacks(modkey::Base.PkgId)
@ Base ./loading.jl:1124
[10] _require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base ./loading.jl:1667
[11] macro expansion
@ ./loading.jl:1648 [inlined]
[12] macro expansion
@ ./lock.jl:267 [inlined]
[13] require(into::Module, mod::Symbol)
@ Base ./loading.jl:1611
[14] include(fname::String)
@ Base.MainInclude ./client.jl:478
[15] top-level scope
@ none:8
[16] eval
@ ./boot.jl:370 [inlined]
[17] exec_options(opts::Base.JLOptions)
@ Base ./client.jl:280
[18] _start()
@ Base ./client.jl:522
|
Documentation:
src/interface/fsparse.jl#L21
doctest failure in ~/work/Finch.jl/Finch.jl/src/interface/fsparse.jl:21-27
```jldoctest
julia> println(summary(fiber(sparse([1 0; 0 1]))))
2×2 Fiber!(Dense(SparseList(Element(0))))
julia> println(summary(fiber(ones(3, 2, 4))))
3×2×4 Fiber!(Dense(Dense(Dense(Element(0.0)))))
```
Subexpression:
println(summary(fiber(sparse([1 0; 0 1]))))
Evaluated output:
2×2 Fiber!(Dense(Dense(Element(0))))
Expected output:
2×2 Fiber!(Dense(SparseList(Element(0))))
diff =
Warning: Diff output requires color.
2×2 Fiber!(Dense(SparseList(Element(0))))Fiber!(Dense(Dense(Element(0))))
|
Documentation
Process completed with exit code 1.
|
Julia 1.6.7 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
|
Julia 1 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
|
Julia 1 - windows-latest - x86 - pull_request
Process completed with exit code 1.
|
Julia 1.6.7 - windows-latest - x86 - pull_request
Process completed with exit code 1.
|