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
File ~/micromamba/envs/autosubmit-dev/lib/python3.11/site-packages/aiida/orm/entities.py:241, in Entity.__getstate__(self)
239 def __getstate__(self):
240 """Prevent an ORM entity instance from being pickled."""
--> 241 raise InvalidOperation('pickling of AiiDA ORM instances is not supported.')
InvalidOperation: pickling of AiiDA ORM instances is not supported.
the code
raises the error
The whole log
errorlog.txt
The text was updated successfully, but these errors were encountered: