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

Conversation

u3ks
Copy link
Collaborator

@u3ks u3ks commented Jun 20, 2024

Closes #606

Copy link

codecov bot commented Jun 20, 2024

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%> (ø)

momepy/functional/_elements.py Outdated Show resolved Hide resolved
momepy/functional/_elements.py Outdated Show resolved Hide resolved
momepy/functional/_elements.py Outdated Show resolved Hide resolved
momepy/functional/_elements.py Show resolved Hide resolved
momepy/functional/_elements.py Outdated Show resolved Hide resolved
momepy/functional/_elements.py Outdated Show resolved Hide resolved
u3ks and others added 3 commits June 20, 2024 16:48
@u3ks u3ks requested a review from martinfleis June 20, 2024 15:08
@martinfleis martinfleis changed the title multiindex tests ENH: either support MultiIndex or raise an error when one is given Jun 20, 2024
@martinfleis martinfleis merged commit 9a64a1a into pysal:main Jun 20, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: verify handling of MultiIndex
2 participants