pyiron / pyiron_workflow

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

[patch] Graph representation #399

Closed liamhuber closed 3 months ago

liamhuber commented 3 months ago

Introduce a dictionary representation of an entire graph, Composite.graph_as_node, connecting full labels to python objects.

review-notebook-app[bot] commented 3 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

github-actions[bot] commented 3 months ago

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

codacy-production[bot] commented 3 months ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: -0.02% (target: -1.00%) :white_check_mark: 66.67%
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (4f1fd9372dbd37a5efc3255ae8bc69db79f2400c) | 3509 | 3243 | 92.42% | | | Head commit (fdd8ce86981db07d9e8d8a606ad4ebcb8c555a49) | 3512 (+3) | 3245 (+2) | 92.40% (**-0.02%**) | **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 (#399) | 3 | 2 | **66.67%** | **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 3 months ago

Pull Request Test Coverage Report for Build 10187415960

Details


Files with Coverage Reduction New Missed Lines %
nodes/composite.py 1 91.0%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 10187204496: -0.02%
Covered Lines: 3245
Relevant Lines: 3512

💛 - Coveralls