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 ad1ce3f commit 7f334aaCopy full SHA for 7f334aa
geos-ats/src/geos/ats/test_builder.py
@@ -16,7 +16,7 @@
16
17
has_pygeos = True
18
try:
19
- import pygeos
+ import pygeosx
20
except ImportError:
21
logger.warning( 'pygeos is not available on this system' )
22
has_pygeos = False
0 commit comments