Skip to content

Commit ff478cf

Browse files
author
Gsaes
committed
rien
1 parent 3189201 commit ff478cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/benchmark/test_hyperparameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ def test_hyperparameters_optimize():
120120
imputer, df, generator, metric, dict_config_opti, max_evals=200
121121
)
122122
assert isinstance(imputer_opti, ImputerTest)
123-
np.testing.assert_almost_equal(imputer_opti.value, 4, decimal=2)
123+
np.testing.assert_almost_equal(imputer_opti.value, 4, decimal=1)

0 commit comments

Comments
 (0)