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_block_contiguity #702

Closed dancejod closed 2 months ago

dancejod commented 2 months ago

Added Examples section to build_block_contiguity docstring

jGaboardi commented 2 months ago

@dancejod Thanks for the PR! Can you run ruff check libpysal and ruff format libpysal locally to fix the linting and formatting errors? After that please repush.

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 (601ecf5). Report is 5 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/pysal/libpysal/pull/702/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/702?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pysal) ```diff @@ Coverage Diff @@ ## main #702 +/- ## ======================================= - Coverage 85.0% 85.0% -0.0% ======================================= Files 141 141 Lines 15203 15204 +1 ======================================= - Hits 12924 12919 -5 - Misses 2279 2285 +6 ``` | [Files](https://app.codecov.io/gh/pysal/libpysal/pull/702?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/702?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%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/pysal/libpysal/pull/702/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pysal)
dancejod commented 2 months ago

@jGaboardi thanks, all done!

martinfleis commented 2 months ago

pre-commit.ci autofix