pywr / pycatchmod

A Cython implementation of the rainfall runoff model CATCHMOD (Wilby, 1994)
GNU General Public License v3.0
6 stars 5 forks source link

Changed click argument types to click.Path. Fixes #23 #24

Closed snorfalorpagus closed 7 years ago

snorfalorpagus commented 7 years ago

This PR uses click.Path argument types instead of the more generic str. Closes #23.