Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 419 Bytes

File metadata and controls

26 lines (18 loc) · 419 Bytes

libra_sparging

To run the model:

  1. Create the right conda environment

Note

Requires and conda to be installed

Note

This uses dolfinx which doesn't run on Linux. For windows users, consider using Windows Subsystem for Linux (WSL)

conda env create -f environment.yml
conda activate libra_sparging
python -m pip install -e .[dev]

How to run tests

python -m pytest test