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 8ca54f4 commit f645306Copy full SHA for f645306
libpysal/weights/weights.py
@@ -306,11 +306,6 @@ def to_adjlist(
306
"pandas must be installed & importable to use this method"
307
)
308
n_islands = len(self.islands)
309
- if n_islands > 0 and (not self.silence_warnings):
310
- warnings.warn(
311
- "{} islands in this weights matrix. Conversion to an "
312
- "adjacency list will drop these observations!".format(len(self.islands))
313
- )
314
links = []
315
for idx, neighb in self:
316
if len(neighb) == 0:
0 commit comments