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

adding alternative option in local_moran and moral_local_rate #205

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
convert Moran_BV_matrix into a class correct
Tushar Gupta committed Mar 31, 2022
commit f197358902af8ce0ac1cfa07d736ad3233524c14
2 changes: 1 addition & 1 deletion esda/moran.py
Original file line number Diff line number Diff line change
@@ -506,7 +506,7 @@ def by_col(
)


class Moran_BV_Matrix:
class Moran_BV_matrix:
"""
Bivariate Moran Matrix Class

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that your editor removed blank lines in the docstring. Can you please put them back (all of them)?