Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 671817868
  • Loading branch information
Xarray-Beam authors committed Sep 6, 2024
1 parent 0d0cdf9 commit 987e434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/era5_climatology_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test(self):
era5_climatology.main([])

actual = xarray.open_zarr(output_path)
xarray.testing.assert_allclose(actual, expected)
xarray.testing.assert_allclose(actual, expected, atol=1e-7)


if __name__ == '__main__':
Expand Down

0 comments on commit 987e434

Please sign in to comment.