Add some mypy ignores

This commit is contained in:
Matthias
2019-07-15 22:59:28 +02:00
parent 55e8092cbf
commit 7be25313a5
2 changed files with 3 additions and 3 deletions

View File

@@ -302,7 +302,7 @@ def test_loss_calculation_has_limited_profit(hyperopt_results) -> None:
under = hyperopt_loss_legacy(results_under, 600)
assert over < correct
assert under > correct
def test_sharpe_loss_prefers_higher_profits(hyperopt_results) -> None:
results_over = hyperopt_results.copy()