Dewberry / ripple1d

Utilities for reuse of HEC-RAS models for NWM
https://ripple1d.readthedocs.io/en/latest/
MIT License
3 stars 0 forks source link

Bugfix/ripple version api #135

Closed mdeshotel closed 3 weeks ago

mdeshotel commented 4 weeks ago

This pull requests removes ripple_version as an optional arg from all api processes. If you try to submit ripple_version as part of the payload you should get "unexpected args: ['ripple_version']". It also removes ripple1d_version from the rating curve DB. Lastly it adds flask and huey logs to the gitignore.

Fixes #131