Skip to content

Commit

Permalink
Increase atol in SemiImplicitNavierStokesTest.test_divergence_and_mom…
Browse files Browse the repository at this point in the history
…entum_semi_implicit_sinusoidal_velocity_base to reduce flakes

PiperOrigin-RevId: 627449795
  • Loading branch information
langmore authored and JAX-CFD authors committed Apr 23, 2024
1 parent 214b831 commit aaa6881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax_cfd/collocated/equations_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class SemiImplicitNavierStokesTest(test_util.TestCase):
dt=1e-3,
time_steps=1000,
divergence_atol=1e-3,
momentum_atol=2e-3),
momentum_atol=5e-3),
dict(testcase_name='semi_implicit_gaussian_force_upwind',
velocity=zero_velocity_field,
forcing=gaussian_forcing,
Expand Down

0 comments on commit aaa6881

Please sign in to comment.