Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-schmitt committed Dec 15, 2022
1 parent eef32f9 commit 35e0794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oggm/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5574,7 +5574,7 @@ def test_equilibrium(self, hef_elev_gdir, inversion_params):

assert model.yr == model_flux.yr

np.testing.assert_allclose(model_flux.volume_km3, after_vol, rtol=6e-4)
np.testing.assert_allclose(model_flux.volume_km3, after_vol, rtol=7e-4)
np.testing.assert_allclose(model_flux.area_km2, after_area, rtol=6e-5)
np.testing.assert_allclose(model_flux.fls[-1].length_m, after_len)

Expand Down

0 comments on commit 35e0794

Please sign in to comment.