Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process stopped with an error after fetching #26

Open
pavlosidelov opened this issue Oct 28, 2021 · 0 comments
Open

Process stopped with an error after fetching #26

pavlosidelov opened this issue Oct 28, 2021 · 0 comments

Comments

@pavlosidelov
Copy link

pavlosidelov commented Oct 28, 2021

Same error if I run from docker and from sources

100%|█████████████████████████████████████████████████████████████████████████████████████| 5693/5693 [10:14<00:00, 9.27it/s]
Traceback (most recent call last):
File "detection_engine.py", line 357, in
supriver.find_anomalies()
File "detection_engine.py", line 196, in find_anomalies
features, historical_price_info, future_prices, symbol_names = self.dataEngine.collect_data_for_all_tickers()
File "/usr/src/app/data_loader.py", line 211, in collect_data_for_all_tickers
features, historical_price_info, future_price_info, symbol_names = self.remove_bad_data(features, historical_price_info, future_price_info, symbol_names)
File "/usr/src/app/data_loader.py", line 249, in remove_bad_data
most_common_length = length_dictionary[0]
IndexError: list index out of range

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant