Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Jul 24, 2024
1 parent 683dfc9 commit cdc5575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SBP_operators_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@ end

# https://github.com/ranocha/SummationByPartsOperators.jl/pull/281
@testset "PR #281" begin
@test_nowarn D = derivative_operator(MattssonAlmquistVanDerWeide2018Minimal(), 1, 4, 0.0, 1.0, 9)
D = @test_nowarn derivative_operator(MattssonAlmquistVanDerWeide2018Minimal(), 1, 4, 0.0, 1.0, 9)
@test all(isfinite.(Matrix(D)))
end
end

0 comments on commit cdc5575

Please sign in to comment.