From 162056a362b51bf58d7a9209a95da88481a2a820 Mon Sep 17 00:00:00 2001 From: robcaulk Date: Mon, 31 Oct 2022 18:23:35 +0100 Subject: [PATCH] fix flake8 --- .../strategy/strats/freqai_test_multimodel_classifier_strat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/strategy/strats/freqai_test_multimodel_classifier_strat.py b/tests/strategy/strats/freqai_test_multimodel_classifier_strat.py index d82737fbb..421090525 100644 --- a/tests/strategy/strats/freqai_test_multimodel_classifier_strat.py +++ b/tests/strategy/strats/freqai_test_multimodel_classifier_strat.py @@ -94,7 +94,7 @@ class freqai_test_multimodel_classifier_strat(IStrategy): df["close"], 'up', 'down') df['&s-up_or_down2'] = np.where(df["close"].shift(-50) > - df["close"], 'up2', 'down2') + df["close"], 'up2', 'down2') return df