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
Since #492 introduced the gufe.serialization subpackage to host the MessagePack serialization code, the JSON serialization code in custom_json.py and custom_codecs.py should be moved there as well. Additionally, it might make sense to merge these two files into a single JSON serialization module.
The text was updated successfully, but these errors were encountered:
Since #492 introduced the
gufe.serialization
subpackage to host the MessagePack serialization code, the JSON serialization code incustom_json.py
andcustom_codecs.py
should be moved there as well. Additionally, it might make sense to merge these two files into a single JSON serialization module.The text was updated successfully, but these errors were encountered: