When printing matrices, replace zeros by dots #3577
CI.yml
on: pull_request
Documentation
16m 47s
Matrix: test
Annotations
5 errors and 1 notice
Documentation:
src/generic/GenericTypes.jl#L1327
doctest failure in ~/work/AbstractAlgebra.jl/AbstractAlgebra.jl/src/generic/GenericTypes.jl:1327-1331
```jldoctest; setup = :(using AbstractAlgebra)
julia> Generic.inj_proj_mat(ZZ, 2, 5, 3)
[0 0 1 0 0]
[0 0 0 1 0]
```
Subexpression:
Generic.inj_proj_mat(ZZ, 2, 5, 3)
Evaluated output:
[. . 1 . .]
[. . . 1 .]
Expected output:
[0 0 1 0 0]
[0 0 0 1 0]
diff =
Warning: Diff output requires color.
[0 0 [. . 1 0 0]
[0 0 0 . .]
[. . . 1 0].]
|
Documentation
Process completed with exit code 1.
|
test (1.10, ubuntu-latest)
Process completed with exit code 1.
|
test (1.10, windows-latest)
Process completed with exit code 1.
|
test (1.10, macOS-latest)
Process completed with exit code 1.
|
test (1.6, ubuntu-latest)
[setup-julia] If you are testing 1.6 as a Long Term Support (lts) version, consider using the new "lts" version specifier instead of "1.6" explicitly, which will automatically resolve the current lts.
|