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
This method is the default on Linux, but not on Mac and probably not on Windows as well. This is what I usually have to do to make parallelization work in notebooks and such.
The mentioned tests also work if I set the method in the failing tests file to fork, but I'm not sure if that's the proper way to go about it.
The text was updated successfully, but these errors were encountered:
Describe the bug
Tests mentioned above fail on MacOS. Not sure if they already failed before or not. Probably not many people run this anyway.
To Reproduce
Expected behavior
Passing tests
Environment
pyenv
venv environmentsh-py
andeo-learn
installed in edit mode (develop
versions)Stack trace or screenshots
Running
pytest core/eolearn/tests/test_eoexecutor.py -k lock
results in:Desktop (please complete the following information):
Additional context
This might be related to the known issue of MacOS and Windows, where the multiprocessing spawn method has to be set to
fork
via:This method is the default on Linux, but not on Mac and probably not on Windows as well. This is what I usually have to do to make parallelization work in notebooks and such.
The mentioned tests also work if I set the method in the failing tests file to
fork
, but I'm not sure if that's the proper way to go about it.The text was updated successfully, but these errors were encountered: