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 f6da1e5 commit 4b39c17Copy full SHA for 4b39c17
libpysal/weights/tests/test_adjlist.py
@@ -15,10 +15,10 @@
15
except ImportError:
16
PANDAS_MISSING = True
17
18
-@ut.skipIf(PANDAS_MISSING, 'Pandas is gone')
+@ut.skipIf(PANDAS_MISSING, "Pandas is gone")
19
class Test_Adjlist(ut.TestCase):
20
def setUp(self):
21
- self.knownW = io.open(examples.get_path('columbus.gal')).read()
+ self.knownW = io.open(examples.get_path("columbus.gal")).read()
22
23
def test_round_trip(self):
24
adjlist = self.knownW.to_adjlist(remove_symmetric=False).astype(int)
0 commit comments