Skip to content

Conversation

liamhuber
Copy link
Member

I.e.

import pyiron_workflow as pwf

wf = pwf.Workflow("empty")
wf()
>>> {}

Closes pyiron/pyironFlow#48

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>
Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>
Copy link

Binder 👈 Launch a binder notebook on branch pyiron/pyiron_workflow/permit_empty_graphs

Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%) 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (7c66e2d) 3432 3136 91.38%
Head commit (4852ecf) 3433 (+1) 3137 (+1) 91.38% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#606) 3 3 100.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: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

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

@liamhuber liamhuber merged commit c58dd2c into main Feb 26, 2025
21 checks passed
@liamhuber liamhuber deleted the permit_empty_graphs branch February 26, 2025 17:25
@coveralls
Copy link

Pull Request Test Coverage Report for Build 13549615693

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 3 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.003%) to 91.378%

Files with Coverage Reduction New Missed Lines %
nodes/composite.py 3 92.24%
Totals Coverage Status
Change from base Build 13540837226: 0.003%
Covered Lines: 3137
Relevant Lines: 3433

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running the empty workflow triggers an error
2 participants