rlouf / mcx

Express & compile probabilistic programs for performant inference on CPU & GPU. Powered by JAX.
https://rlouf.github.io/mcx
Apache License 2.0
324 stars 17 forks source link

Improve tests #28

Open rlouf opened 4 years ago

rlouf commented 4 years ago

Tests not only allow to make sure the code is working as expected but they can also be used to make sure that the documentation and examples are up to date.

Documentation should be quite fast to test so can run with the CI after every push. We might need to do a nightly run for the examples. Not sure how that would work with the data either.