We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05cfe0 commit 941b90bCopy full SHA for 941b90b
tests/test_study.py
@@ -172,7 +172,7 @@ def test_optimize(self):
172
# test optimized hyper-parameter values
173
np.testing.assert_almost_equal(S.getHyperParameterValue('sigma'), 2.11216289063, decimal=5,
174
err_msg='Erroneous log-evidence value.')
175
- np.testing.assert_almost_equal(S.getHyperParameterValue('log10pMin'), -3.0, decimal=5,
+ np.testing.assert_almost_equal(S.getHyperParameterValue('log10pMin'), -3.0, decimal=3,
176
177
178
0 commit comments