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
python3.6/site-packages/grid2op/Runner/Runner.py", line 814, in run_parrallel
[(self, pn, i, path_save) for i, pn in enumerate(process_ids)])
File "/usr/lib/python3.6/multiprocessing/pool.py", line 274, in starmap
return self._map_async(func, iterable, starmapstar, chunksize).get()
File "/usr/lib/python3.6/multiprocessing/pool.py", line 644, in get
raise self._value
File "/usr/lib/python3.6/multiprocessing/pool.py", line 424, in _handle_tasks
put(task)
File "/usr/lib/python3.6/multiprocessing/connection.py", line 206, in send
self._send_bytes(_ForkingPickler.dumps(obj))
File "/usr/lib/python3.6/multiprocessing/reduction.py", line 51, in dumps
cls(buf, protocol).dump(obj)
AttributeError: Can't pickle local object 'GridObjects.init_grid.<locals>.res'
The text was updated successfully, but these errors were encountered:
grid2op.Runner
has broken multi processor execution in 0.8.0:Multi process running fails with the following:
The text was updated successfully, but these errors were encountered: