Skip to content

Commit

Permalink
test: Update unit test for Mongwane case
Browse files Browse the repository at this point in the history
  • Loading branch information
lwJi committed Dec 28, 2023
1 parent f779070 commit 784ce26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/scalarwave.jl
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ end
@test isapprox(
gfs.levs[l].u[1][1+nbuf:nxa-nbuf],
analytical_psi.(t, x)[1+nbuf:nxa-nbuf];
rtol = 1e-6,
rtol = 1e-7,
)
@test isapprox(
gfs.levs[l].u[2][1+nbuf:nxa-nbuf],
Expand Down

0 comments on commit 784ce26

Please sign in to comment.