James Gaboardi
James Gaboardi
@sjsrey All tests green again.
See @martinfleis's comment [here](https://github.com/pysal/momepy/issues/307#issuecomment-933771266).
@martinfleis and I have had success over in [`tigernet`](https://github.com/jGaboardi/tigernet/pull/87) by adding [`.github/release.yml`](https://github.com/jGaboardi/tigernet/blob/main/.github/release.yml) and updating [`.github/workflows/release_and_publish`](https://github.com/jGaboardi/tigernet/blob/main/.github/workflows/release_and_publish.yml) to [automatically generate release notes](https://github.com/jGaboardi/tigernet/releases/tag/v0.2.5). See also pysal/spaghetti#655 and pysal/momepy#307
Also, both `libpysal` and `spaghetti` are the most current development versions installed by: ``` $ pip install git+https://github.com/pysal/libpysal $ pip install git+https://github.com/pysal/spaghetti ```
pysal/spaghetti#196
@sdesabbata I have not had any time to look into this, but now that others are having the issue it might be time to see about a fix. @ljwolf @sjsrey
The only substantive thing that I found that I changed was [using a relatively small epsilon to using the smallest possible epsilon to grow a bounding box](https://github.com/pysal/spaghetti/blob/08753505fa4883187a1514e0545f368e148e0e29/spaghetti/util.py#L426). Everything else that...
pysal/spaghetti#259
@sdesabbata This issue (from the standpoint of `spaghetti`) will be resolved in the master branch of of `spaghetti` once pysal/spaghetti#259 gets merged.
Further resolution in pysal/spaghetti#522 and e3ee2c4