Skip to content

Commit e4d2a59

Browse files
committed
more flexibility
1 parent b41d731 commit e4d2a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tobler/tests/test_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def test_h3fy_clip_buffer():
5959
sac_hex = sac_hex.to_crs(sac_hex.estimate_utm_crs())
6060
sac1 = sac1.to_crs(sac_hex.estimate_utm_crs())
6161
assert_almost_equal(
62-
sac_hex.area.sum(), sac1.area.sum(), decimal=-4
62+
sac_hex.area.sum(), sac1.area.sum(), decimal=-8
6363
)
6464

6565
@pytest.mark.skipif(platform.system() == "Windows", reason='Unknown precision error on Windows. See #174 for details')

0 commit comments

Comments
 (0)