pyiron / pyiron_workflow

Graph-and-node based workflows
BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

[patch] :fire: :bug: remove semantic children from the state on __setstate__ #372

Closed liamhuber closed 5 days ago

liamhuber commented 5 days ago

This is the inverse operation to adding them to the state in getstate. Without this, in the subsequent super call, all these children wind up in dict.

github-actions[bot] commented 5 days ago

Binder :point_left: Launch a binder notebook on branch _pyiron/pyiron_workflow/semantic_parent_statebug

codacy-production[bot] commented 5 days ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: +0.00% (target: -1.00%) :white_check_mark:
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (6c092c45e4a58a858f46107851a04ca8aa4ddf40) | 3456 | 3192 | 92.36% | | | Head commit (5b78a81537c39eddd8dfa1cccf81343bba16e5cc) | 3456 (+0) | 3192 (+0) | 92.36% (**+0.00%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#372) | 0 | 0 | **∅ (not applicable)** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences


:rocket: Don’t miss a bit, follow what’s new on Codacy.

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

coveralls commented 5 days ago

Pull Request Test Coverage Report for Build 9669747852

Details


Totals Coverage Status
Change from base Build 9636974428: 0.0%
Covered Lines: 3192
Relevant Lines: 3456

💛 - Coveralls