Skip to content

Commit

Permalink
Merge pull request #59 from MgeeeeK/patch-1
Browse files Browse the repository at this point in the history
fix for typo/wrong function name pydal -> pysal
  • Loading branch information
ozak committed Jun 29, 2020
2 parents 9983f75 + fcab921 commit 26b7f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion georasters/georasters.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
from pysal import Moran as pysal_Moran
from pysal import Moran_Local as pysal_Moran_Local
from pysal import Geary as pysal_Geary
from pysal import lat2W as pydal_lat2W
from pysal import lat2W as pysal_lat2W
from pysal import W as pysal_W

# Function to read the original file's projection:
Expand Down

0 comments on commit 26b7f99

Please sign in to comment.