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
======================================================================
ERROR: test_exotic_pickling (__main__.TestModestga)
----------------------------------------------------------------------
Traceback (most recent call last):
File "modestga\test\test.py", line 233, in test_exotic_pickling
workers=2)
File "d:\code\modestga\modestga\ga.py", line 167, in minimize
p.start()
File "D:\Anaconda3\envs\modestga\lib\multiprocessing\process.py", line 112, in start
self._popen = self._Popen(self)
File "D:\Anaconda3\envs\modestga\lib\multiprocessing\context.py", line 223, in _Popen
return _default_context.get_context().Process._Popen(process_obj)
File "D:\Anaconda3\envs\modestga\lib\multiprocessing\context.py", line 322, in _Popen
return Popen(process_obj)
File "D:\Anaconda3\envs\modestga\lib\multiprocessing\popen_spawn_win32.py", line 89, in __init__
reduction.dump(process_obj, to_child)
File "D:\Anaconda3\envs\modestga\lib\multiprocessing\reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
AttributeError: Can't pickle local object 'TestModestga.test_exotic_pickling.<locals>.FunWrapper'
----------------------------------------------------------------------
On Linux it works fine.
The text was updated successfully, but these errors were encountered:
The following unit test fails on Windows:
On Linux it works fine.
The text was updated successfully, but these errors were encountered: