Replace info about tests

This commit is contained in:
Anssi "Miffyli" Kanervisto 2020-10-06 01:48:42 +03:00
parent e21ba4b2b1
commit 86508f0694
1 changed files with 3 additions and 2 deletions

View File

@ -62,8 +62,9 @@ Along with the code, PR **must** include the following:
unless solid arguments can be provided why they did not match.
3) The **exact** code to run the replicated experiment (i.e. it should produce the above results), and inside the
code information about the environment used (Python version, library versions, OS, hardware information).
4) A new test file under `tests/`, which tests the implementation for functional errors. This this is **not** for
testing e.g. training performance of a learning algorithm, and should be relatively quick to run.
4) Updated tests in `tests/test_run.py` and `tests/test_save_load.py` to test that algorithms run as expected and serialize
correctly. This this is **not** for testing e.g. training performance of a learning algorithm, and
should be relatively quick to run.
README.md template: