When issuing lein test, the following test fails on my machine:
lein test :only anglican.algorithm-test/test-benchmarks
FAIL in (test-benchmarks) (algorithm_test.clj:284)
[:gaussian :lmh]
expected: (< error (:threshold benchmark))
actual: (not (< 0.2106529389611469 0.1))
A few other tests fail at the same line location. Is there some kind of hard-coded machine-specific value that is causing this?