pysal / libpysal

Core components of Python Spatial Analysis Library
http://pysal.org/libpysal
Other
249 stars 79 forks source link

DOC: Add examples to build_distance_band #705

Closed novotny-marek closed 2 months ago

novotny-marek commented 2 months ago

Add docstring examples to build_distance_band

martinfleis commented 2 months ago

Also, can you run ruff format libpysal to make the linter happy? You have trailing whitespaces in there.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.0%. Comparing base (bcabdbc) to head (5016b3f). Report is 6 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/pysal/libpysal/pull/705/graphs/tree.svg?width=650&height=150&src=pr&token=wgnkG5Rj0J&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pysal)](https://app.codecov.io/gh/pysal/libpysal/pull/705?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pysal) ```diff @@ Coverage Diff @@ ## main #705 +/- ## ======================================= - Coverage 85.0% 85.0% -0.0% ======================================= Files 141 141 Lines 15203 15204 +1 ======================================= - Hits 12924 12923 -1 - Misses 2279 2281 +2 ``` | [Files](https://app.codecov.io/gh/pysal/libpysal/pull/705?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pysal) | Coverage Δ | | |---|---|---| | [libpysal/graph/base.py](https://app.codecov.io/gh/pysal/libpysal/pull/705?src=pr&el=tree&filepath=libpysal%2Fgraph%2Fbase.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pysal#diff-bGlicHlzYWwvZ3JhcGgvYmFzZS5weQ==) | `97.9% <100.0%> (ø)` | |
martinfleis commented 2 months ago

pre-commit.ci autofix