You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/ltl/anaconda3/envs/gameformer/lib/python3.8/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "/home/ltl/anaconda3/envs/gameformer/lib/python3.8/multiprocessing/pool.py", line 48, in mapstar
return list(map(*args))
File "data_process.py", line 535, in parallel_process
processor.process_data(viz=debug,test=test)
File "data_process.py", line 477, in process_data
interact_list.append(id_list[int_id])
KeyError: 885
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/home/ltl/anaconda3/envs/gameformer/lib/python3.8/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "/home/ltl/anaconda3/envs/gameformer/lib/python3.8/multiprocessing/pool.py", line 48, in mapstar
return list(map(*args))
File "data_process.py", line 535, in parallel_process
processor.process_data(viz=debug,test=test)
File "data_process.py", line 477, in process_data
interact_list.append(id_list[int_id])
KeyError: 885
The text was updated successfully, but these errors were encountered: