mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-02 01:35:40 +08:00
BUG: fix bug that caused symbols to be added to the asset finder twice
This commit is contained in:
@@ -241,7 +241,6 @@ def run_pipeline(print_algo=True, **kwargs):
|
||||
capital_base=float(kwargs['capital_base']),
|
||||
algo_filename=kwargs.get('algofile'),
|
||||
equities_metadata=asset_metadata,
|
||||
identifiers=symbols,
|
||||
start=start,
|
||||
end=end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user