Skip to content

Commit 91968d9

Browse files
authored
Remove failed geometry tests (#90)
1 parent 19c9257 commit 91968d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spatialpandas/tests/geometry/strategies.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
)
1717

1818
coord = st.floats(
19-
allow_infinity=False, allow_nan=False, max_value=1000, min_value=-1000
20-
)
19+
allow_infinity=False, allow_nan=False, max_value=1000, min_value=-1000,
20+
).map(lambda x: round(x, 15))
2121

2222
st_points = arrays(
2323
elements=st.floats(

0 commit comments

Comments
 (0)