Skip to content

Commit

Permalink
Merge pull request #383 from jGaboardi/err_msg
Browse files Browse the repository at this point in the history
point pattern --> network error message
  • Loading branch information
jGaboardi committed Jan 18, 2020
2 parents 3384daa + a32b2a3 commit 9cbcf5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spaghetti/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def _extractnetwork(self):
is_libpysal_chains = False
supported_iterables = ["list", "tuple", "numpy.ndarray"]
# type error message
msg = "'%s' not supported for point pattern instantiation."
msg = "'%s' not supported for network instantiation."

# set appropriate geometries
if in_dtype == "str":
Expand Down

0 comments on commit 9cbcf5a

Please sign in to comment.