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
Right now two nodes from provider functions are considered equal if their namespace matches. The equality should instead explicitly consider the inouts of the nodes (that by assumption steam from the user's config ultimately). This would avoid duplicating computations that are known to have the same result.
One problem is that (nested) YAML lists and mappings can be used as inputs to the providers, and we would need a way to freeze them to make them hashable.
The text was updated successfully, but these errors were encountered:
Right now two nodes from provider functions are considered equal if their namespace matches. The equality should instead explicitly consider the inouts of the nodes (that by assumption steam from the user's config ultimately). This would avoid duplicating computations that are known to have the same result.
One problem is that (nested) YAML lists and mappings can be used as inputs to the providers, and we would need a way to freeze them to make them hashable.
The text was updated successfully, but these errors were encountered: