We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41d731 commit e4d2a59Copy full SHA for e4d2a59
tobler/tests/test_utils.py
@@ -59,7 +59,7 @@ def test_h3fy_clip_buffer():
59
sac_hex = sac_hex.to_crs(sac_hex.estimate_utm_crs())
60
sac1 = sac1.to_crs(sac_hex.estimate_utm_crs())
61
assert_almost_equal(
62
- sac_hex.area.sum(), sac1.area.sum(), decimal=-4
+ sac_hex.area.sum(), sac1.area.sum(), decimal=-8
63
)
64
65
@pytest.mark.skipif(platform.system() == "Windows", reason='Unknown precision error on Windows. See #174 for details')
0 commit comments