Skip to content
Snippets Groups Projects

Resolve "Simulate SFG"

Merged Ivar Härnqvist requested to merge 24-simulate-sfg into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -156,7 +156,7 @@ class SFG(AbstractOperation):
if signal.source.operation not in self._original_components_to_new:
self._add_operation_connected_tree_copy(signal.source.operation)
def __str__(self):
def __str__(self) -> str:
"""Get a string representation of this SFG."""
output_string = ""
for component in self._components_ordered:
Loading