Skip to content

Commit

Permalink
Relax convergence test for sigma coordinates.
Browse files Browse the repository at this point in the history
testCumulativeSigmaIntegralDownwardExponential has started to fail due to changes in XLA numerics, but the test was probably already more stringent than necessary.

PiperOrigin-RevId: 637039506
  • Loading branch information
shoyer authored and Dinosaur authors committed May 24, 2024
1 parent 23f9264 commit eda2a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dinosaur/sigma_coordinates_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def test_cases():
test_function=exponential_function,
derivative_function=exponential_derivative,
integral_function=exponential_integral,
layers=np.array([10, 20, 40, 80, 160, 320]),
layers=np.array([10, 20, 40, 80, 160]),
grid_resolution=16),
)

Expand Down

0 comments on commit eda2a1a

Please sign in to comment.