AutoGP
AutoGP copied to clipboard
Tests are failing
I have 4 test failures. I don't know if it's significant but just to let you know. The errors occur both on MacOS and a Linux VM (both without GPU).
Here are two of the smaller ones:
====================================================================== FAIL: test_entropy (gaussian_process_test.TestMultiFull)
Traceback (most recent call last): File "/home/jasonz/AutoGP/test/gaussian_process_test.py", line 299, in test_entropy self.assertAlmostEqual(entropy, true_ent, SIG_FIGS - 4) AssertionError: 2.1354265 != 2.236115373252865 within 1 places
====================================================================== FAIL: test_small_cross_ent (gaussian_process_test.TestSimpleDiag)
Traceback (most recent call last): File "/home/jasonz/AutoGP/test/gaussian_process_test.py", line 222, in test_small_cross_ent SIG_FIGS) AssertionError: -5000000000.0 != -4999999978.393087 within 5 places