John Volk
Results
2
comments of
John Volk
Not a unit test, but seems to work well on both my Lehman Creek model and Dry creek model so far.
how about something like this [prms_config.txt](https://github.com/northwest-knowledge-network/PRMS-Python/files/354799/prms_config.txt) it will be a .ini file, then we then use the ConfigParser built in library: ``` python In [1]: import ConfigParser In [2]: Config...