Skip to content

v0.0.1

v0.0.1 #1

Triggered via push July 11, 2024 18:55
Status Failure
Total duration 1m 51s
Artifacts

CI.yml

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

Annotations

8 errors and 1 warning
Documentation: src/FiniteDifferenceMatrices.jl#L19
doctest failure in ~/work/FiniteDifferenceMatrices.jl/FiniteDifferenceMatrices.jl/src/FiniteDifferenceMatrices.jl:19-27 ```jldoctest julia> FiniteDifferenceMatrices.Fornberg1988[:c,1,2] 1×3 Matrix{Rational{Int64}}: -1//2 0//1 1//2 julia> FiniteDifferenceMatrices.Fornberg1988[:c,2,2] 1×3 Matrix{Rational{Int64}}: 1//1 -2//1 1//1 ``` Subexpression: FiniteDifferenceMatrices.Fornberg1988[:c,1,2] Evaluated output: 1×3 Matrix{Rational{Int64}}: -1//2 0 1//2 Expected output: 1×3 Matrix{Rational{Int64}}: -1//2 0//1 1//2 diff = Warning: Diff output requires color. 1×3 Matrix{Rational{Int64}}: -1//2 0//1 0 1//2
Documentation: src/FiniteDifferenceMatrices.jl#L19
doctest failure in ~/work/FiniteDifferenceMatrices.jl/FiniteDifferenceMatrices.jl/src/FiniteDifferenceMatrices.jl:19-27 ```jldoctest julia> FiniteDifferenceMatrices.Fornberg1988[:c,1,2] 1×3 Matrix{Rational{Int64}}: -1//2 0//1 1//2 julia> FiniteDifferenceMatrices.Fornberg1988[:c,2,2] 1×3 Matrix{Rational{Int64}}: 1//1 -2//1 1//1 ``` Subexpression: FiniteDifferenceMatrices.Fornberg1988[:c,2,2] Evaluated output: 1×3 Matrix{Rational{Int64}}: 1 -2 1 Expected output: 1×3 Matrix{Rational{Int64}}: 1//1 -2//1 1//1 diff = Warning: Diff output requires color. 1×3 Matrix{Rational{Int64}}: 1//1 -2//1 1//11 -2 1
Documentation: src/FiniteDifferenceMatrices.jl#L261
doctest failure in ~/work/FiniteDifferenceMatrices.jl/FiniteDifferenceMatrices.jl/src/FiniteDifferenceMatrices.jl:261-269 ```jldoctest julia> fdmatrix(5, n=1, m=1, d=:f, h=1//1) 5×5 SparseArrays.SparseMatrixCSC{Rational{Int64}, Int64} with 9 stored entries: -1//1 1//1 ⋅ ⋅ ⋅ ⋅ -1//1 1//1 ⋅ ⋅ ⋅ ⋅ -1//1 1//1 ⋅ ⋅ ⋅ ⋅ -1//1 1//1 ⋅ ⋅ ⋅ ⋅ -1//1 ``` Subexpression: fdmatrix(5, n=1, m=1, d=:f, h=1//1) Evaluated output: 5×5 SparseArrays.SparseMatrixCSC{Rational{Int64}, Int64} with 9 stored entries: -1 1 ⋅ ⋅ ⋅ ⋅ -1 1 ⋅ ⋅ ⋅ ⋅ -1 1 ⋅ ⋅ ⋅ ⋅ -1 1 ⋅ ⋅ ⋅ ⋅ -1 Expected output: 5×5 SparseArrays.SparseMatrixCSC{Rational{Int64}, Int64} with 9 stored entries: -1//1 1//1 ⋅ ⋅ ⋅ ⋅ -1//1 1//1 ⋅ ⋅ ⋅ ⋅ -1//1 1//1 ⋅ ⋅ ⋅ ⋅ -1//1 1//1 ⋅ ⋅ ⋅ ⋅ -1//1 diff = Warning: Diff output requires color. 5×5 SparseArrays.SparseMatrixCSC{Rational{Int64}, Int64} with 9 stored entries: -1//1 1//1 ⋅ ⋅ ⋅ ⋅ -1//1 1//1 ⋅ ⋅ ⋅ ⋅ -1//1 1//1 ⋅ ⋅ ⋅ ⋅ -1//1 1//1 ⋅ ⋅ ⋅ ⋅ -1//1-1 1 ⋅ ⋅ ⋅ ⋅ -1 1 ⋅ ⋅ ⋅ ⋅ -1 1 ⋅ ⋅ ⋅ ⋅ -1 1 ⋅ ⋅ ⋅ ⋅ -1
Documentation: src/FiniteDifferenceMatrices.jl#L287
doctest failure in ~/work/FiniteDifferenceMatrices.jl/FiniteDifferenceMatrices.jl/src/FiniteDifferenceMatrices.jl:287-295 ```jldoctest julia> fdmatrix(5, n=2, m=2, d=:c, h=1//1) 5×5 SparseArrays.SparseMatrixCSC{Rational{Int64}, Int64} with 13 stored entries: -2//1 1//1 ⋅ ⋅ ⋅ 1//1 -2//1 1//1 ⋅ ⋅ ⋅ 1//1 -2//1 1//1 ⋅ ⋅ ⋅ 1//1 -2//1 1//1 ⋅ ⋅ ⋅ 1//1 -2//1 ``` Subexpression: fdmatrix(5, n=2, m=2, d=:c, h=1//1) Evaluated output: 5×5 SparseArrays.SparseMatrixCSC{Rational{Int64}, Int64} with 13 stored entries: -2 1 ⋅ ⋅ ⋅ 1 -2 1 ⋅ ⋅ ⋅ 1 -2 1 ⋅ ⋅ ⋅ 1 -2 1 ⋅ ⋅ ⋅ 1 -2 Expected output: 5×5 SparseArrays.SparseMatrixCSC{Rational{Int64}, Int64} with 13 stored entries: -2//1 1//1 ⋅ ⋅ ⋅ 1//1 -2//1 1//1 ⋅ ⋅ ⋅ 1//1 -2//1 1//1 ⋅ ⋅ ⋅ 1//1 -2//1 1//1 ⋅ ⋅ ⋅ 1//1 -2//1 diff = Warning: Diff output requires color. 5×5 SparseArrays.SparseMatrixCSC{Rational{Int64}, Int64} with 13 stored entries: -2//1 1//1 ⋅ ⋅ ⋅ 1//1 -2//1 1//1 ⋅ ⋅ ⋅ 1//1 -2//1 1//1 ⋅ ⋅ ⋅ 1//1 -2//1 1//1 ⋅ ⋅ ⋅ 1//1 -2//1-2 1 ⋅ ⋅ ⋅ 1 -2 1 ⋅ ⋅ ⋅ 1 -2 1 ⋅ ⋅ ⋅ 1 -2 1 ⋅ ⋅ ⋅ 1 -2
Documentation: src/FiniteDifferenceMatrices.jl#L114
doctest failure in ~/work/FiniteDifferenceMatrices.jl/FiniteDifferenceMatrices.jl/src/FiniteDifferenceMatrices.jl:114-120 ```jldoctest julia> fdcoefficient(n=1, m=2, d=:c) Dict{Int64, Rational{Int64}} with 3 entries: 0 => 0//1 -1 => -1//2 1 => 1//2 ``` Subexpression: fdcoefficient(n=1, m=2, d=:c) Evaluated output: Dict{Int64, Rational{Int64}} with 3 entries: 0 => 0 -1 => -1//2 1 => 1//2 Expected output: Dict{Int64, Rational{Int64}} with 3 entries: 0 => 0//1 -1 => -1//2 1 => 1//2 diff = Warning: Diff output requires color. Dict{Int64, Rational{Int64}} with 3 entries: 0 => 0//1 0 -1 => -1//2 1 => 1//2
Documentation: src/FiniteDifferenceMatrices.jl#L128
doctest failure in ~/work/FiniteDifferenceMatrices.jl/FiniteDifferenceMatrices.jl/src/FiniteDifferenceMatrices.jl:128-133 ```jldoctest julia> fdcoefficient(n=1, m=1, d=:f) Dict{Int64, Rational{Int64}} with 2 entries: 0 => -1//1 1 => 1//1 ``` Subexpression: fdcoefficient(n=1, m=1, d=:f) Evaluated output: Dict{Int64, Rational{Int64}} with 2 entries: 0 => -1 1 => 1 Expected output: Dict{Int64, Rational{Int64}} with 2 entries: 0 => -1//1 1 => 1//1 diff = Warning: Diff output requires color. Dict{Int64, Rational{Int64}} with 2 entries: 0 => -1//1 -1 1 => 1//11
Documentation: src/FiniteDifferenceMatrices.jl#L140
doctest failure in ~/work/FiniteDifferenceMatrices.jl/FiniteDifferenceMatrices.jl/src/FiniteDifferenceMatrices.jl:140-146 ```jldoctest julia> fdcoefficient(n=2, m=2, d=:c) Dict{Int64, Rational{Int64}} with 3 entries: 0 => -2//1 -1 => 1//1 1 => 1//1 ``` Subexpression: fdcoefficient(n=2, m=2, d=:c) Evaluated output: Dict{Int64, Rational{Int64}} with 3 entries: 0 => -2 -1 => 1 1 => 1 Expected output: Dict{Int64, Rational{Int64}} with 3 entries: 0 => -2//1 -1 => 1//1 1 => 1//1 diff = Warning: Diff output requires color. Dict{Int64, Rational{Int64}} with 3 entries: 0 => -2//1 -2 -1 => 1//1 1 1 => 1//11
Documentation
Process completed with exit code 1.
Julia 1.0 - ubuntu-latest - x64 - push
The Pkg.test bounds checking behavior cannot be changed before Julia 1.6. VERSION=1.0.5, julia_args=["--check-bounds=yes", "--compiled-modules=yes"]