surpriver icon indicating copy to clipboard operation
surpriver copied to clipboard

Process stopped with an error after fetching

Open pavlosidelov opened this issue 4 years ago • 0 comments

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

pavlosidelov avatar Oct 28 '21 12:10 pavlosidelov