Skip to content

Commit

Permalink
Merge pull request #349 from nbeaver/patch-1
Browse files Browse the repository at this point in the history
Fix typo in documentation.
  • Loading branch information
gegen07 authored Sep 11, 2024
2 parents 90c69cd + 3ab3704 commit 939b08c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esda/moran.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ class Moran:
0.00027147862770937614
SIDS example replicating OpenGeoda
>>> w = libpysal.io.open(libpysal.examples.get_path("sids2.gal")).read()
>>> f = libpysal.io.open(libpysal.examples.get_path("sids2.dbf"))
>>> SIDR = np.array(f.by_col("SIDR74"))
Expand Down

0 comments on commit 939b08c

Please sign in to comment.