-
-
Notifications
You must be signed in to change notification settings - Fork 361
Closed
Labels
help wantedIssue could use help from someone with familiarity on the topicIssue could use help from someone with familiarity on the topic
Description
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
andGroup
classes - implement
__getstate__
and__setstate__
as needed to make failing tests pass
Metadata
Metadata
Assignees
Labels
help wantedIssue could use help from someone with familiarity on the topicIssue could use help from someone with familiarity on the topic