Skip to content

Commit

Permalink
fix: reduce accuracy check for test resampling grids
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Apr 23, 2024
1 parent 05faf2c commit c5963b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def test_resample_grid(test_input, expected):
utils.get_grid_info(resampled),
expected,
ignore_order=True,
significant_digits=2,
significant_digits=0,
)


Expand Down

0 comments on commit c5963b0

Please sign in to comment.