probcomp / hierarchical-irm

Probabilistic structure discovery for rich relational systems
Apache License 2.0
1 stars 1 forks source link

Add a unit test for BetaBernoulli #10

Closed ThomasColthurst closed 1 month ago

ThomasColthurst commented 1 month ago

And the makefile rules and documentation for running unit tests in general.

To minimize extra dependencies, I decided to use the Boost unit test library. As an added bonus, we can now more easily use the other Boost libraries in our non-test code if we want.