gostevehoward / confseq

Confidence sequences and uniform boundaries
MIT License
54 stars 3 forks source link

Deterministic tests #9

Closed WannabeSmith closed 3 years ago

WannabeSmith commented 3 years ago

This marks random pytest tests as random. To avoid running random tests, we simply need to change our pytest call to pytest -m "not random". To run all tests (including random ones), we still run pytest.

This also changes the github actions so that they skip random tests.

This PR includes lots of changes from the others (#6, #7 and #8). To see the changes that are unique to this PR, check out commit https://github.com/gostevehoward/confseq/commit/bc514be860da7304f1396fe7ad80a8e2354ec0de.