Skip to content

Commit

Permalink
xfail comment;
Browse files Browse the repository at this point in the history
  • Loading branch information
knaaptime committed May 10, 2023
1 parent 2bff17e commit f78bfbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tobler/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_h3fy_clip():
)


@pytest.mark.skipif(platform.system() == "Windows", reason='untested on windows')
@pytest.mark.skipif(platform.system() == "Windows", reason='Unknown precision error on Windows. See #174 for details')
def test_h3_multipoly():
va = geopandas.read_file(load_example("virginia").get_path("virginia.shp"))
va = h3fy(va)
Expand Down

0 comments on commit f78bfbb

Please sign in to comment.