Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
trentmc committed Jan 28, 2025
1 parent a631eef commit aae606d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pdr_backend/sim/sim_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ def run_one_iter(self, test_i: int, mergedohlcv_df: pl.DataFrame):
predict_feed = self.predict_train_feedset.predict
train_feeds = self.predict_train_feedset.train_on

# X, ycont, and x_df are all expressed in % change wrt prev candle
X, y, _, _ = data_f.create_xy(
mergedohlcv_df,
testshift,
Expand Down

0 comments on commit aae606d

Please sign in to comment.