mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-28 16:44:59 +08:00
BLD: fixed benchmark loader
This commit is contained in:
@@ -586,7 +586,6 @@ class Exchange:
|
||||
frequency, data_frequency
|
||||
)
|
||||
adj_bar_count = candle_size * bar_count
|
||||
|
||||
try:
|
||||
series = self.bundle.get_history_window_series_and_load(
|
||||
assets=assets,
|
||||
@@ -620,7 +619,6 @@ class Exchange:
|
||||
freq=freq,
|
||||
assets=asset,
|
||||
bar_count=trailing_bar_count,
|
||||
start_dt=start_dt,
|
||||
end_dt=end_dt
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user