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
It is a feature, and for the current implementation of the "while" flow of information it's a critical one. We decided at the meeting that it would be sensible to switch to only allowing each input to have at most one connection (still arbitrary connections for output, of course).
I agree it muddies graph execution. I guess other stuff does too, like the If node, but I'm fully on-board with making it more deterministic here. After formulating the new while loop (#501), and restricting the number of input connections (#502), the only remaining bit to close this issue is to always fetch the upstream data even if you currently have a data-like value and upstream doesn't. AFAIK the only place this "feature" is leveraged is in the while-loop stuff, so once #501 is done, I don't anticipate the further changes to close this having any impact on the test suite or anybody's applications.
pyiron_workflow/pyiron_workflow/channels.py
Lines 494 to 509 in 9e776ad
Is this a feature? This makes graph execution non deterministic, does it?
The text was updated successfully, but these errors were encountered: