Skip to content

Make recipes callable#197

Merged
liamhuber merged 2 commits intomainfrom
callable-recipe
Mar 19, 2026
Merged

Make recipes callable#197
liamhuber merged 2 commits intomainfrom
callable-recipe

Conversation

@liamhuber
Copy link
Member

When they have an underlying python reference function. I.e. always the case for atomic nodes, sometimes the case for workflow nodes, never the case for anything else.

Note that calling a workflow node is not the same as passing it to a WfMS. Calling it creates no internal structure, rather it simply invokes the underlying reference function (if one is there to invoke)

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

Binder 👈 Launch a binder notebook on branch pyiron/flowrep/callable-recipe

@liamhuber
Copy link
Member Author

Contributes towards but does not complete #181

@liamhuber liamhuber merged commit 108a447 into main Mar 19, 2026
19 checks passed
@liamhuber liamhuber deleted the callable-recipe branch March 19, 2026 22:44
@codecov
Copy link

codecov bot commented Mar 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.24%. Comparing base (5ccfffc) to head (1e7d166).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #197   +/-   ##
=======================================
  Coverage   99.24%   99.24%           
=======================================
  Files          33       33           
  Lines        2652     2666   +14     
=======================================
+ Hits         2632     2646   +14     
  Misses         20       20           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant