DynaDojo / dynadojo

An Extensible Benchmarking Platform for Scalable Dynamical System Identification
https://dynadojo.github.io/dynadojo/
MIT License
14 stars 11 forks source link

bug: fix failing reproducibility tests #6

Open carynbear opened 8 months ago

carynbear commented 8 months ago

For reproducibility, systems and algorithms should behave deterministically if provided a seed. See tests/test_deterministic.py.

Systems and algorithms that fail reproducibility tests are commented out. For example

Please fix, add seeding, and uncomment missing tests.

To run tests:

pdm run python -m unittest