can GenericJob be pickled or get by a hash value? #47
Unanswered
appassionate
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
waow! My pleasure to propose the first idea to pyiron_base :)
suppose there will be a more relaxed discussion environment than issue? iguess..
I believe GenericJob finished "serialization" using exsiting hdf5. Users can convieniently access every "Job" by a path.
I think it will be more convient to get such a job object in python by a recorded data structrue like:
recorded = {"hashed_code": {"job_name":"exmaple_job", "project_path":"/example/path"}}
maybe we can get a job by using such a function:
There is another case that python object can be pickled by implementing magic method like this:
Beta Was this translation helpful? Give feedback.
All reactions