Description: Supporting code/workflows for automated calibration of NGen Formulations using Dynamic Dimensioned Search (DDS)
- Technology stack: Python based workflow for generating NGen parameter formulation permutations and running these through the NGen framework driver.
- Status: This work is in pre-release development, for more details see the CHANGELOG.
Unit testing done with pytest. See requirements.txt for other specific python dependencies.
TODO
INSTALL document.
TODO
TODO
Install pytest
and other python dependencies (pip install -r python/requirements.txt
)
Or create a virtual environment:
mkdir venv
virtualenv ./venv
source ./venv/bin/activate
pip install -r python/requirements.txt
Then use pytest
to run the tests:
pytest --log-cli-level 0 python/ngen-cal/test/
If you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker.