Merge pull request #660 from xmatthias/fix_hyperopt_testfluke

Fix testfluke in hyperopt
This commit is contained in:
Michael Egger
2018-05-13 14:51:27 +02:00
committed by GitHub

View File

@@ -123,7 +123,7 @@ def test_loss_calculation_has_limited_profit(init_hyperopt) -> None:
assert under > correct assert under > correct
def test_log_results_if_loss_improves(capsys) -> None: def test_log_results_if_loss_improves(init_hyperopt, capsys) -> None:
hyperopt = _HYPEROPT hyperopt = _HYPEROPT
hyperopt.current_best_loss = 2 hyperopt.current_best_loss = 2
hyperopt.log_results( hyperopt.log_results(