pysal / segregation

Segregation Measurement, Inferential Statistics, and Decomposition Analysis
https://pysal.org/segregation/
BSD 3-Clause "New" or "Revised" License
111 stars 26 forks source link

fix for inference w/ no geoms #201

Closed knaaptime closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #201 (a1736a2) into main (2ca2d01) will decrease coverage by 1.40%. The diff coverage is 56.25%.

:exclamation: Current head a1736a2 differs from pull request most recent head b6bf9c9. Consider uploading reports for the commit b6bf9c9 to get more accurate results

@@            Coverage Diff             @@
##             main     #201      +/-   ##
==========================================
- Coverage   81.09%   79.69%   -1.41%     
==========================================
  Files         117      116       -1     
  Lines        3417     3427      +10     
==========================================
- Hits         2771     2731      -40     
- Misses        646      696      +50     
Impacted Files Coverage Δ
segregation/inference/comparative.py 59.60% <0.00%> (-13.01%) :arrow_down:
segregation/inference/randomization.py 21.05% <0.00%> (-20.39%) :arrow_down:
segregation/network/network.py 35.00% <0.00%> (-29.94%) :arrow_down:
segregation/singlegroup/modified_dissim.py 76.59% <22.22%> (+9.32%) :arrow_up:
segregation/dynamics/segregation_profile.py 66.66% <50.00%> (+0.87%) :arrow_up:
...egregation/singlegroup/density_corrected_dissim.py 91.11% <81.25%> (-6.39%) :arrow_down:
segregation/_base.py 84.37% <100.00%> (+1.90%) :arrow_up:
segregation/tests/test_inference.py 98.61% <100.00%> (+0.12%) :arrow_up:
segregation/tests/test_network.py 100.00% <100.00%> (ø)
... and 5 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

knaaptime commented 1 year ago

also resolves #205