kLabUM / StormReactor

StormReactor: Python package for modeling any pollutant generation or removal method in SWMM
GNU Lesser General Public License v3.0
25 stars 7 forks source link

Update how StormReactor handles solver #9

Open bemason opened 2 years ago

bemason commented 2 years ago

We currently only use solver for the CSTR method so we probably do not need to initialize it in init() and can probably move it down to the _CSTRSolver but need to test it.