matt-graham / mici

Manifold Markov chain Monte Carlo methods in Python
https://matt-graham.github.io/mici/
MIT License
223 stars 27 forks source link

Test suite #2

Closed sethaxen closed 4 years ago

sethaxen commented 5 years ago

It would be nice to have a test suite in the repo, perhaps set up with Travis CI for continuous integration. This would both demonstrate how to use the package and also show that it works.

matt-graham commented 5 years ago

I agree that it would be a very good idea to have a test suite! I previously had a few tests set up in a previous version, but removed these when reorganising the package with the intention of adding a more complete set of tests at a later point, but have never quite got around to this... At the moment I'm in the midst of another project and won't have time to work on this immediately however I will try my best to prioritise working on this once I have more time again.

matt-graham commented 4 years ago

Test suite now has reasonable coverage of the package and continuous integration set up with Github Actions, so (finally) closing this issue.