Skip to content

Commit 87a72dd

Browse files
committed
Use new pysal package import after 2.0 upgrade
1 parent b327c0d commit 87a72dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pysal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import unittest
22

3-
from pysal.weights import lat2W
3+
from pysal.lib.weights import lat2W
44

55
class TestPysal(unittest.TestCase):
66
def test_distance_band(self):

0 commit comments

Comments
 (0)