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 0f858fb commit 238e017Copy full SHA for 238e017
libpysal/weights/tests/test_util.py
@@ -31,7 +31,6 @@ def test_lat2W(self):
31
self.assertEqual(w9[0], {1: 1.0, 3: 1.0})
32
self.assertEqual(w9[3], {0: 1.0, 4: 1.0, 6: 1.0})
33
34
- @unittest.skipIf(SCIPY1_7, "Known failure due to dia change (TOFIX)")
35
def test_lat2SW(self):
36
w9 = util.lat2SW(3, 3)
37
rows, cols = w9.shape
0 commit comments