Skip to content

Commit

Permalink
Merge pull request #169 from jGaboardi/merge_unittest_scripts
Browse files Browse the repository at this point in the history
Merge unittest scripts
  • Loading branch information
jGaboardi committed Nov 27, 2018
2 parents ca26435 + cf4414d commit 29eda25
Show file tree
Hide file tree
Showing 3 changed files with 308 additions and 241 deletions.
2 changes: 1 addition & 1 deletion spaghetti/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def contiguityweights(self, graph=True, weightings=None):
>>> ntw.snapobservations(examples.get_path('crimes.shp'),
... 'crimes', attribute=True)
Find counts per netowrk edge.
Find counts per network edge.
>>> counts = ntw.count_per_edge(ntw.pointpatterns['crimes']
... .obs_to_edge, graph=False)
Expand Down

0 comments on commit 29eda25

Please sign in to comment.