mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 20:51:34 +08:00
BLD: cosmetics
This commit is contained in:
@@ -752,8 +752,6 @@ def get_candles_df(candles, field, freq, bar_count, end_dt=None):
|
||||
elif rounded_end_dt <= end_dt:
|
||||
periods = periods[1:]
|
||||
|
||||
print rounded_end_dt
|
||||
print periods
|
||||
# periods = pd.date_range(end=end_dt, periods=bar_count, freq=freq)
|
||||
asset_df = forward_fill_df_if_needed(asset_df, periods)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user