-
Notifications
You must be signed in to change notification settings - Fork 18
Description
I managed to ingest, see pull request, but than load_quandl_sf1.py did not work.
Th issue is this:
lifetimes = bundle_data.asset_finder._compute_asset_lifetimes(frozenset([str("US")]))
TypeError: _compute_asset_lifetimes() takes 1 positional argument but 2 were given
(ml4t_p8) carsten@MacBook-Pro-2 ~ % python /Users/carsten/Documents/Python/My_Python_Models/ML-Factor_invest/load_quandl_sf1.py
Loading Extensions
Traceback (most recent call last):
File "/Users/carsten/Documents/Python/My_Python_Models/ML-Factor_invest/load_quandl_sf1.py", line 219, in
num_tickers = num_tkrs_in_bundle(BUNDLE_NAME)
File "/Users/carsten/Documents/Python/My_Python_Models/ML-Factor_invest/load_quandl_sf1.py", line 182, in num_tkrs_in_bundle
return len(get_ticker_sid_dict_from_bundle(bundle_name))
File "/Users/carsten/anaconda3/envs/ml4t_p8/lib/python3.8/site-packages/Alpha_Compiler-0.1-py3.8.egg/alphacompiler/util/zipline_data_tools.py", line 96, in get_ticker_sid_dict_from_bundle
all_equities = get_tickers_from_bundle(bundle_name)
File "/Users/carsten/anaconda3/envs/ml4t_p8/lib/python3.8/site-packages/Alpha_Compiler-0.1-py3.8.egg/alphacompiler/util/zipline_data_tools.py", line 70, in get_tickers_from_bundle
lifetimes = bundle_data.asset_finder._compute_asset_lifetimes(frozenset([str("US")]))
TypeError: _compute_asset_lifetimes() takes 1 positional argument but 2 were given
(ml4t_p8) carsten@MacBook-Pro-2 ~ %