pyiron / pyiron_workflow

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

[patch] Better error messages #365

Closed liamhuber closed 1 week ago

liamhuber commented 1 week ago

Adds a new property HasLabel.full_label; for HasLabel it's identical to label, but for Node it uses the semantic path, and for Channel it uses the owner's full_label plus the channel label.

github-actions[bot] commented 1 week ago

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

codacy-production[bot] commented 1 week ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: -0.01% (target: -1.00%) :white_check_mark: 90.00%
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (7f48546129e5b43589b7a2b22f80b26e5b6726c5) | 3415 | 3158 | 92.47% | | | Head commit (3aff1ee567e67ac1476413d8005b245ab16227ba) | 3425 (+10) | 3167 (+9) | 92.47% (**-0.01%**) | **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 (#365) | 10 | 9 | **90.00%** | **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 1 week ago

Pull Request Test Coverage Report for Build 9555957012

Details


Files with Coverage Reduction New Missed Lines %
mixin/has_interface_mixins.py 2 90.0%
mixin/semantics.py 3 96.86%
topology.py 4 88.46%
node.py 6 94.36%
workflow.py 6 80.87%
channels.py 12 94.32%
<!-- Total: 33 -->
Totals Coverage Status
Change from base Build 9488612738: -0.007%
Covered Lines: 3167
Relevant Lines: 3425

💛 - Coveralls