fix bug in previous commit

This commit is contained in:
robcaulk
2022-05-30 12:48:22 +02:00
parent a20651efd8
commit e229902381
2 changed files with 5 additions and 4 deletions

View File

@@ -227,8 +227,8 @@ class IFreqaiModel(ABC):
else:
preds, do_preds = self.predict(dataframe.iloc[-2:], dh)
self.data_drawer.append_model_predictions(metadata['pair'], preds, do_preds,
self.dh.data["target_mean"],
self.dh.data["target_std"], dh)
dh.data["target_mean"],
dh.data["target_std"], dh)
return dh