Test Suite¶
Some tests are provided to check the stability of the code and it’s reproducibility.
Inside the folder tests are two available tests:
*.pywhich correspond to the tests used in Travis CI and you can run them using:pytest -m testme
*.ipynbwhich correspond to the same tests used in Travis CI, but displaying more information and diagnostics. Inside the trackeddy directory run:jupyther notebook
then, move into the tests folder and select the test you want to check.