Skip to content

Commit 7f334aa

Browse files
committed
Fixing pygeosx test
1 parent ad1ce3f commit 7f334aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geos-ats/src/geos/ats/test_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
has_pygeos = True
1818
try:
19-
import pygeos
19+
import pygeosx
2020
except ImportError:
2121
logger.warning( 'pygeos is not available on this system' )
2222
has_pygeos = False

0 commit comments

Comments
 (0)