We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb03bb commit 4e36b65Copy full SHA for 4e36b65
autotest/test_grid.py
@@ -901,6 +901,7 @@ def test_voronoi_grid(tmpdir, grid_info):
901
assert len(ninvalid_cells) == 0, errmsg
902
903
904
+@flaky
905
def test_voronoi_grid3(tmpdir):
906
name = "vor3"
907
answer_ncpl = 300
@@ -949,6 +950,7 @@ def test_voronoi_grid3(tmpdir):
949
950
951
952
953
954
def test_voronoi_grid4(tmpdir):
955
name = "vor4"
956
answer_ncpl = 410
@@ -988,6 +990,7 @@ def test_voronoi_grid4(tmpdir):
988
990
989
991
992
993
994
def test_voronoi_grid5(tmpdir):
995
name = "vor5"
996
answer_ncpl = 1305
0 commit comments