BLD: fixed benchmark loader

This commit is contained in:
Frederic Fortier
2018-01-18 19:26:07 -05:00
parent fdfc3f2ec3
commit a58fa21234
-2
View File
@@ -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
)