You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been replacing globs with hardcoded paths in workflow tests, but @mattcieslak made the great point in #757 that this is a fragile approach. He recommended trying out workflow.get_nodes(), which should let me select inputs and outputs of nodes within workflows instead of hardcoding paths.
Summary
I've been replacing globs with hardcoded paths in workflow tests, but @mattcieslak made the great point in #757 that this is a fragile approach. He recommended trying out
workflow.get_nodes()
, which should let me select inputs and outputs of nodes within workflows instead of hardcoding paths.Stems from #757 (comment).
The text was updated successfully, but these errors were encountered: