Closed liamhuber closed 9 months ago
Coverage variation | Diff coverage |
---|---|
:white_check_mark: +0.02% (target: -1.00%) | :white_check_mark: 100.00% |
You may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
job.py | 4 | 94.59% | ||
<!-- | Total: | 4 | --> |
Totals | |
---|---|
Change from base Build 7977911098: | 0.07% |
Covered Lines: | 5691 |
Relevant Lines: | 6236 |
OutputSignals ['ran'] (key node__index_0): DataContainer doesn't support saving elements of type "<class 'pyiron_workflow.workflow.Workflow'>" to HDF!
My guess is that under the hood we need h5io
's __getstate__
for this to be working, so we're still restricted to >=3.11. IMO it's not worth digging deeper at this instant.
It serializes the entire node to bytestream directly, so we should be able to run this job type on all supported python versions not just 3.11+.