Python package containing library modules and API for the IDAES Flowsheet Inspector user interface. Developed as part of the Process Optimization & Modeling for Minerals Sustainability (PrOMMiS) initiative (PrOMMiS website).
Note
See COPYRIGHT.md and LICENSE.md files in this repository before
downloading, distributing, or otherwise using material from this repository.
- PyPI package name:
idaes-fi - Import package:
idaes_fi - Source layout:
src/idaes_fi
To run a flowsheet that is wrapped from the shell
Install in editable mode with test dependencies:
python -m pip install -e .[dev]Run tests:
pytestRun static type checking:
mypy