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
mpire produces threads differently on Windows vs UNIX and so there can be serialization errors that only show up one one platform when transmitting complicated objects to threads. Unfortunately I do not have a Windows machine to test this on at the moment, so someone else will have to try this and let us know.
The text was updated successfully, but these errors were encountered:
There have been reports of the
mpire
distributed WPF optimization failing with errors likeThis appears to only affect Windows systems.
I think the fix is to enable
dill
serialization:py4DSTEM/py4DSTEM/process/wholepatternfit/wpf.py
Lines 748 to 753 in 1137637
should be modified to become:
mpire
produces threads differently on Windows vs UNIX and so there can be serialization errors that only show up one one platform when transmitting complicated objects to threads. Unfortunately I do not have a Windows machine to test this on at the moment, so someone else will have to try this and let us know.The text was updated successfully, but these errors were encountered: