BUG: fix bug that caused symbols to be added to the asset finder twice

This commit is contained in:
Joe Jevnik
2016-01-05 16:27:46 -05:00
parent b1ee0d8e44
commit a524cf1880
-1
View File
@@ -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)