Replies: 1 comment 3 replies
-
A useful intermediate goal, even if we cannot fully deserialize (e.g., to lack of params, or full code serialization), would be the ability to recreate a I think having a |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I experimented with deserializing JSON task graphs back into
sciline.TaskGraph
in https://gist.github.com/jl-wynen/d72588744e2813a46dd05521be4d86ba The approach works but has some non-trivial components.This is not part of the goals of #92 and #124 but it is good to know that it is possible.
Should we make this part of Sciline? It could be handled by the package itself or, if we don't want to distribute it with the package, it could be a script that lives in the Sciline repo.
Beta Was this translation helpful? Give feedback.
All reactions