TestingΒΆ
For testing, please clone the repository and install the required dependencies:
git clone https://github.com/FraunhoferIWES/foxes-opt.git
cd foxes-opt
pip install -e .[test]
The tests are then run by
pytest tests
For testing, please clone the repository and install the required dependencies:
git clone https://github.com/FraunhoferIWES/foxes-opt.git
cd foxes-opt
pip install -e .[test]
The tests are then run by
pytest tests