Skip to content

Commit 0f858fb

Browse files
committed
remove unnecessary skip
1 parent ee8a3b7 commit 0f858fb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libpysal/weights/tests/test_util.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
except:
1919
HAS_GEOPANDAS = False
2020

21-
SCIPY1_7 = False
22-
if scipy.version.version.startswith("1.7"):
23-
SCIPY1_7 = True
24-
2521

2622
class Testutil(unittest.TestCase):
2723
def setUp(self):

0 commit comments

Comments
 (0)