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
The FileItem (from the file_graph) does not inherit the .replicate property of the associated ProcedureItem, and we have no quick-and-clean way of inspecting our "definition children" to pass this info upwards. Without that property horrible things happen in full ec-physics...
...we need to identify viable options to propagate such properties to file items, and figure out how to deal with cases where conflicting property values might come from different items.
The text was updated successfully, but these errors were encountered:
The
FileItem
(from thefile_graph
) does not inherit the.replicate
property of the associatedProcedureItem
, and we have no quick-and-clean way of inspecting our "definition children" to pass this info upwards. Without that property horrible things happen in full ec-physics...Originally posted by @mlange05 in #252 (comment)
...we need to identify viable options to propagate such properties to file items, and figure out how to deal with cases where conflicting property values might come from different items.
The text was updated successfully, but these errors were encountered: