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
Because it uses lru_cache and we have not implemented the requisite dunder methods for object serialization to make it pickleable, which is not hard according to internet wisdom .
todo:
add tests for pickleability for the ingredients of Array and Group classes
implement __getstate__ and __setstate__ as needed to make failing tests pass
The text was updated successfully, but these errors were encountered:
Because it uses
lru_cache
and we have not implemented the requisite dunder methods for object serialization to make it pickleable, which is not hard according to internet wisdom .todo:
Array
andGroup
classes__getstate__
and__setstate__
as needed to make failing tests passThe text was updated successfully, but these errors were encountered: