Skip to content

Add Matrix{U}(A::MatrixElem{T}) conversion method #2259

Add Matrix{U}(A::MatrixElem{T}) conversion method

Add Matrix{U}(A::MatrixElem{T}) conversion method #2259

Triggered via pull request October 8, 2023 20:22
Status Failure
Total duration 45m 5s
Artifacts

CI.yml

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

Annotations

7 errors
test (nightly, ubuntu-latest)
Process completed with exit code 1.
Documentation: src/julia/Matrix.jl#L37
doctest failure in ~/work/AbstractAlgebra.jl/AbstractAlgebra.jl/src/julia/Matrix.jl:37-51 ```jldoctest; setup = :(using AbstractAlgebra) julia> A = ZZ[1 2 3; 4 5 6] [1 2 3] [4 5 6] julia> Matrix(A) 2×3 Matrix{BigInt}: 1 2 3 4 5 6 julia> Matrix{Int}(A) 2×3 Matrix{Int}: 1 2 3 4 5 6 ``` Subexpression: Matrix{Int}(A) Evaluated output: 2×3 Matrix{Int64}: 1 2 3 4 5 6 Expected output: 2×3 Matrix{Int}: 1 2 3 4 5 6 diff = Warning: Diff output requires color. 2×3 Matrix{Int}: Matrix{Int64}: 1 2 3 4 5 6
Documentation
Process completed with exit code 1.
test (1.9, ubuntu-latest)
Process completed with exit code 1.
test (1.9, macOS-latest)
Process completed with exit code 1.
test (1.9, windows-latest)
Process completed with exit code 1.
test (~1.10.0-0, ubuntu-latest)
The hosted runner: GitHub Actions 14 lost communication with the server. Anything in your workflow that terminates the runner process, starves it for CPU/Memory, or blocks its network access can cause this error.