UW-Hydro / pysumma

Python module for managing SUMMA simulations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Encode status strings in an enumeration type

arbennett opened this issue · comments

Right now the status of the Ensemble and Simulation classes have status attributes which are explicitly referenced. It would be nice to pull this out and encode it separately into something like a Status class in a constants.py type module.