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: expose scatterplot on bivariate Moran stats #358

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

martinfleis
Copy link
Member

This exposes scatterplot plotting on BV versions of Moran as well, using the same implementation. Together with #357 this concludes move of the individual plotting functions from splot. Remaining stuff is are just subplots which I am not sure is wort moving.

Copy link

codecov bot commented Jan 5, 2025

Codecov Report

Attention: Patch coverage is 68.42105% with 6 lines in your changes missing coverage. Please review.

Project coverage is 81.4%. Comparing base (2be44c2) to head (9a5d4cd).

Files with missing lines Patch % Lines
esda/moran.py 68.4% 6 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main    #358     +/-   ##
=======================================
- Coverage   81.7%   81.4%   -0.2%     
=======================================
  Files         24      24             
  Lines       3396    3406     +10     
=======================================
  Hits        2773    2773             
- Misses       623     633     +10     
Files with missing lines Coverage Δ
esda/moran.py 82.5% <68.4%> (-0.8%) ⬇️

... and 1 file with indirect coverage changes

@jGaboardi
Copy link
Member

Do we need tests for this functionality?

@martinfleis
Copy link
Member Author

Most of it is tested using the univariate. Technically we should but I am not sure it is worth it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants