Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
vascomedici committed Oct 21, 2024
1 parent 4aebcb8 commit 2aa3d40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyforecaster/formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,6 @@ def transform(self, x=None, augment=True, simulate=False):

metadata_n['start_time'] = - spacing_time * lags_aux - agg_steps * dt + dt
metadata_n['end_time'] = - spacing_time * lags_aux + dt
print(metadata_n)
else:
lags_expanded = np.outer(lag_steps, np.ones(len(self.agg_bins) - 1)).ravel()
lags_and_fun =product(function_names, lags_expanded)
Expand Down

0 comments on commit 2aa3d40

Please sign in to comment.