Closed martinfleis closed 1 year ago
I also don't like the try/except implementation we have in there but have no energy to refactor that. It is not buggy but just a bad pattern. I also think that with libpysal.graph
, I would be able to vectorise the whole thing but that is a 2024 problem.
I also don't like the try/except implementation we have in there but have no energy to refactor that. It is not buggy but just a bad pattern. I also think that with
libpysal.graph
, I would be able to vectorise the whole thing but that is a 2024 problem.
Yeah, let's make an independent issue for that and punt.
Closes #520
The diff is terrible but this is the change:
The code in the example was just wrong, resulting in Exceptions when creating the ego graph, resulting in NaNs.