jkibele / pyriv

Python library for analysis of minimum aquatic distance across rivers and coasts. It's like Google Maps for anadromous fish.
MIT License
1 stars 1 forks source link

documentation and docstrings, PEP8 #14

Open hwright-ucsb opened 6 years ago

hwright-ucsb commented 6 years ago

complete PEP8 documentation and necessary docstring tests for pyriv modules

hwright-ucsb commented 6 years ago

when checking for a type that requires nx.digraph capability, use digraph and NOT a rivergraph. use the most general type that you that that satisfies your requirements.