Open carynbear opened 12 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
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: