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
commit 263d34ae82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ def test_loss_calculation_has_limited_profit(init_hyperopt) -> None:
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.current_best_loss = 2
hyperopt.log_results(