Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Sep 15, 2024
1 parent c1995a6 commit 5cca7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_unit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ using SparseArrays: sparse, SparseMatrixCSC
@test @inferred(waterheight(q, equations)) == 42.0
@test @inferred(still_water_surface(q, equations)) == 0.0
@test @inferred(prim2phys(q, equations)) == @inferred(prim2prim(q, equations))
@test @inferred(invariant_cubic(q, equations)) == 43.0^3
@test @inferred(hamiltonian(q, equations)) == 13230.0
end

@testset "BBMBBMEquations1D" begin
Expand Down

0 comments on commit 5cca7f4

Please sign in to comment.