From 93fca6f44b69ae46672fcd74169d2c86d725a062 Mon Sep 17 00:00:00 2001 From: Matt Tankersley <81199856+mdtanker@users.noreply.github.com> Date: Tue, 23 Apr 2024 10:41:35 +0200 Subject: [PATCH] fix: reduce accuracy check for test resampling grids --- tests/test_fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_fetch.py b/tests/test_fetch.py index c28159ec..5b9b37da 100644 --- a/tests/test_fetch.py +++ b/tests/test_fetch.py @@ -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, )