Skip to content

Miscellaneous matrix methods #3926

Miscellaneous matrix methods

Miscellaneous matrix methods #3926

Triggered via pull request June 26, 2023 11:37
Status Failure
Total duration 1h 48m 40s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

CI.yml

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

Annotations

13 errors
Documentation: src/Misc/Matrix.jl#L1966
doctest failure in ~/work/Hecke.jl/Hecke.jl/src/Misc/Matrix.jl:1966-1981 ```jldoctest julia> pivot_cols_of_ref(QQ[1 1; 0 1]) 2-element Vector{Int64}: 1 2 julia> pivot_cols_of_ref(QQ[1 1; 0 0]) 1-element Vector{Int64}: 1 julia> pivot_cols_of_ref(QQ[0 2 2 2 2; 0 0 3 3 3; 0 0 0 4 4]) 3-element Vector{Int64}: 2 3 4 ``` Subexpression: pivot_cols_of_ref(QQ[1 1; 0 1]) Evaluated output: ERROR: UndefVarError: pivot_cols_of_ref not defined Stacktrace: [1] top-level scope @ none:1 Expected output: 2-element Vector{Int64}: 1 2 diff = Warning: Diff output requires color. 2-element Vector{Int64}: 1 2ERROR: UndefVarError: pivot_cols_of_ref not defined Stacktrace: [1] top-level scope @ none:1
Documentation: src/Misc/Matrix.jl#L1966
doctest failure in ~/work/Hecke.jl/Hecke.jl/src/Misc/Matrix.jl:1966-1981 ```jldoctest julia> pivot_cols_of_ref(QQ[1 1; 0 1]) 2-element Vector{Int64}: 1 2 julia> pivot_cols_of_ref(QQ[1 1; 0 0]) 1-element Vector{Int64}: 1 julia> pivot_cols_of_ref(QQ[0 2 2 2 2; 0 0 3 3 3; 0 0 0 4 4]) 3-element Vector{Int64}: 2 3 4 ``` Subexpression: pivot_cols_of_ref(QQ[1 1; 0 0]) Evaluated output: ERROR: UndefVarError: pivot_cols_of_ref not defined Stacktrace: [1] top-level scope @ none:1 Expected output: 1-element Vector{Int64}: 1 diff = Warning: Diff output requires color. 1-element Vector{Int64}: 1ERROR: UndefVarError: pivot_cols_of_ref not defined Stacktrace: [1] top-level scope @ none:1
Documentation: src/Misc/Matrix.jl#L1966
doctest failure in ~/work/Hecke.jl/Hecke.jl/src/Misc/Matrix.jl:1966-1981 ```jldoctest julia> pivot_cols_of_ref(QQ[1 1; 0 1]) 2-element Vector{Int64}: 1 2 julia> pivot_cols_of_ref(QQ[1 1; 0 0]) 1-element Vector{Int64}: 1 julia> pivot_cols_of_ref(QQ[0 2 2 2 2; 0 0 3 3 3; 0 0 0 4 4]) 3-element Vector{Int64}: 2 3 4 ``` Subexpression: pivot_cols_of_ref(QQ[0 2 2 2 2; 0 0 3 3 3; 0 0 0 4 4]) Evaluated output: ERROR: UndefVarError: pivot_cols_of_ref not defined Stacktrace: [1] top-level scope @ none:1 Expected output: 3-element Vector{Int64}: 2 3 4 diff = Warning: Diff output requires color. 3-element Vector{Int64}: 2 3 4ERROR: UndefVarError: pivot_cols_of_ref not defined Stacktrace: [1] top-level scope @ none:1
Documentation: src/Misc/Matrix.jl#L1994
doctest failure in ~/work/Hecke.jl/Hecke.jl/src/Misc/Matrix.jl:1994-2006 ```jldoctest julia> non_pivot_cols_of_ref(QQ[1 1; 0 1]) Int64[] julia> non_pivot_cols_of_ref(QQ[1 1; 0 0]) 1-element Vector{Int64}: 2 julia> non_pivot_cols_of_ref(QQ[0 2 2 2 2; 0 0 3 3 3; 0 0 0 4 4]) 2-element Vector{Int64}: 1 5 ``` Subexpression: non_pivot_cols_of_ref(QQ[1 1; 0 1]) Evaluated output: ERROR: UndefVarError: non_pivot_cols_of_ref not defined Stacktrace: [1] top-level scope @ none:1 Expected output: Int64[] diff = Warning: Diff output requires color. Int64[]ERROR: UndefVarError: non_pivot_cols_of_ref not defined Stacktrace: [1] top-level scope @ none:1
Documentation: src/Misc/Matrix.jl#L1994
doctest failure in ~/work/Hecke.jl/Hecke.jl/src/Misc/Matrix.jl:1994-2006 ```jldoctest julia> non_pivot_cols_of_ref(QQ[1 1; 0 1]) Int64[] julia> non_pivot_cols_of_ref(QQ[1 1; 0 0]) 1-element Vector{Int64}: 2 julia> non_pivot_cols_of_ref(QQ[0 2 2 2 2; 0 0 3 3 3; 0 0 0 4 4]) 2-element Vector{Int64}: 1 5 ``` Subexpression: non_pivot_cols_of_ref(QQ[1 1; 0 0]) Evaluated output: ERROR: UndefVarError: non_pivot_cols_of_ref not defined Stacktrace: [1] top-level scope @ none:1 Expected output: 1-element Vector{Int64}: 2 diff = Warning: Diff output requires color. 1-element Vector{Int64}: 2ERROR: UndefVarError: non_pivot_cols_of_ref not defined Stacktrace: [1] top-level scope @ none:1
Documentation: src/Misc/Matrix.jl#L1994
doctest failure in ~/work/Hecke.jl/Hecke.jl/src/Misc/Matrix.jl:1994-2006 ```jldoctest julia> non_pivot_cols_of_ref(QQ[1 1; 0 1]) Int64[] julia> non_pivot_cols_of_ref(QQ[1 1; 0 0]) 1-element Vector{Int64}: 2 julia> non_pivot_cols_of_ref(QQ[0 2 2 2 2; 0 0 3 3 3; 0 0 0 4 4]) 2-element Vector{Int64}: 1 5 ``` Subexpression: non_pivot_cols_of_ref(QQ[0 2 2 2 2; 0 0 3 3 3; 0 0 0 4 4]) Evaluated output: ERROR: UndefVarError: non_pivot_cols_of_ref not defined Stacktrace: [1] top-level scope @ none:1 Expected output: 2-element Vector{Int64}: 1 5 diff = Warning: Diff output requires color. 2-element Vector{Int64}: 1 5ERROR: UndefVarError: non_pivot_cols_of_ref not defined Stacktrace: [1] top-level scope @ none:1
Documentation: src/Misc/Matrix.jl#L1907
doctest failure in ~/work/Hecke.jl/Hecke.jl/src/Misc/Matrix.jl:1907-1916 ```jldoctest julia> pivots_of_ref(QQ[1 1; 0 1]) (2, Bool[1, 1]) julia> pivots_of_ref(QQ[1 1; 0 0]) (1, Bool[1, 0]) julia> pivots_of_ref(QQ[0 2 2 2 2; 0 0 3 3 3; 0 0 0 4 4]) (3, Bool[0, 1, 1, 1, 0]) ``` Subexpression: pivots_of_ref(QQ[1 1; 0 1]) Evaluated output: ERROR: UndefVarError: pivots_of_ref not defined Stacktrace: [1] top-level scope @ none:1 Expected output: (2, Bool[1, 1]) diff = Warning: Diff output requires color. (2, Bool[1, 1])ERROR: UndefVarError: pivots_of_ref not defined Stacktrace: [1] top-level scope @ none:1
Documentation: src/Misc/Matrix.jl#L1907
doctest failure in ~/work/Hecke.jl/Hecke.jl/src/Misc/Matrix.jl:1907-1916 ```jldoctest julia> pivots_of_ref(QQ[1 1; 0 1]) (2, Bool[1, 1]) julia> pivots_of_ref(QQ[1 1; 0 0]) (1, Bool[1, 0]) julia> pivots_of_ref(QQ[0 2 2 2 2; 0 0 3 3 3; 0 0 0 4 4]) (3, Bool[0, 1, 1, 1, 0]) ``` Subexpression: pivots_of_ref(QQ[1 1; 0 0]) Evaluated output: ERROR: UndefVarError: pivots_of_ref not defined Stacktrace: [1] top-level scope @ none:1 Expected output: (1, Bool[1, 0]) diff = Warning: Diff output requires color. (1, Bool[1, 0])ERROR: UndefVarError: pivots_of_ref not defined Stacktrace: [1] top-level scope @ none:1
Documentation: src/Misc/Matrix.jl#L1907
doctest failure in ~/work/Hecke.jl/Hecke.jl/src/Misc/Matrix.jl:1907-1916 ```jldoctest julia> pivots_of_ref(QQ[1 1; 0 1]) (2, Bool[1, 1]) julia> pivots_of_ref(QQ[1 1; 0 0]) (1, Bool[1, 0]) julia> pivots_of_ref(QQ[0 2 2 2 2; 0 0 3 3 3; 0 0 0 4 4]) (3, Bool[0, 1, 1, 1, 0]) ``` Subexpression: pivots_of_ref(QQ[0 2 2 2 2; 0 0 3 3 3; 0 0 0 4 4]) Evaluated output: ERROR: UndefVarError: pivots_of_ref not defined Stacktrace: [1] top-level scope @ none:1 Expected output: (3, Bool[0, 1, 1, 1, 0]) diff = Warning: Diff output requires color. (3, Bool[0, 1, 1, 1, 0])ERROR: UndefVarError: pivots_of_ref not defined Stacktrace: [1] top-level scope @ none:1
Documentation: src/Misc/Matrix.jl#L1937
doctest failure in ~/work/Hecke.jl/Hecke.jl/src/Misc/Matrix.jl:1937-1946 ```jldoctest julia> rank_of_ref(QQ[1 1; 0 1]) 2 julia> pivots_of_ref(QQ[1 1; 0 0]) 1 julia> pivots_of_ref(QQ[0 2 2 2 2; 0 0 3 3 3; 0 0 0 4 4]) 3 ``` Subexpression: rank_of_ref(QQ[1 1; 0 1]) Evaluated output: ERROR: UndefVarError: rank_of_ref not defined Stacktrace: [1] top-level scope @ none:1 Expected output: 2 diff = Warning: Diff output requires color. 2ERROR: UndefVarError: rank_of_ref not defined Stacktrace: [1] top-level scope @ none:1
test (1.8, windows-latest)
Process completed with exit code 1.
test (1.8, macOS-latest)
Process completed with exit code 1.
test (1.8, ubuntu-latest)
Process completed with exit code 1.