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 b83401f commit 2642742Copy full SHA for 2642742
geos_ats_package/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