Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 285 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 285 Bytes

watertap-solvers

Getting started (for contributors)

conda create --yes -n watertap-solvers-dev -c conda-forge python=3.11
conda activate watertap-solvers-dev
conda install -c conda-forge cyipopt
pip install -r requirements-dev.txt

pytest --pyargs watertap_solvers -v