Gal Perelman and Avi Ostfeld
This repository contains the code and data for the paper ARO for WDS Operation Under Uncertainty
This paper has been submitted for publication in Water resources Research
Create a python virtual environment python -m venv <venv_name>
Activate the new venv by source venv/bin/activate (for mac) or venv/Scripts/activate.bat (for windows)
Install packages in requirements.txt by calling pip install -r requirements.txt