Skip to content

Commit

Permalink
fix: remove deprecated config
Browse files Browse the repository at this point in the history
Related to prior use of pygeos.
  • Loading branch information
nialov committed Nov 1, 2024
1 parent 1bc94d9 commit 92de5c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions fractopo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
"""

import logging
import os

# Make GeoPandas use shapely 2.0 instead of pygeos
os.environ["USE_PYGEOS"] = "0"


from fractopo.analysis.multi_network import MultiNetwork # noqa: E402,C0413
from fractopo.analysis.network import Network # noqa: E402,C0413
Expand Down
3 changes: 0 additions & 3 deletions tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
# Value of "0" means it is NOT disabled
os.environ["FRACTOPO_DISABLE_CACHE"] = "1"

# Make GeoPandas use shapely 2.0 instead of pygeos
os.environ["USE_PYGEOS"] = "0"

import logging
import sys
from functools import lru_cache, wraps
Expand Down

0 comments on commit 92de5c6

Please sign in to comment.