Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: either support MultiIndex or raise an error when one is given #622

Merged
merged 9 commits into from
Jun 20, 2024

Merge branch 'main' into multiindex

df2864f
Select commit
Loading
Failed to load commit list.
Merged

ENH: either support MultiIndex or raise an error when one is given #622

Merge branch 'main' into multiindex
df2864f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 20, 2024 in 0s

98.0% (+0.6%) compared to 4037c70

View this Pull Request on Codecov

98.0% (+0.6%) compared to 4037c70

Details

Codecov Report

Attention: Patch coverage is 96.77419% with 1 line in your changes missing coverage. Please review.

Project coverage is 98.0%. Comparing base (4037c70) to head (df2864f).
Report is 60 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main    #622     +/-   ##
=======================================
+ Coverage   97.4%   98.0%   +0.6%     
=======================================
  Files         26      38     +12     
  Lines       4328    6223   +1895     
=======================================
+ Hits        4214    6097   +1883     
- Misses       114     126     +12     
Files Coverage Δ
momepy/functional/_elements.py 99.2% <100.0%> (ø)
momepy/functional/tests/test_elements.py 99.0% <100.0%> (ø)
momepy/functional/_shape.py 99.1% <80.0%> (ø)