Skip to content
Snippets Groups Projects
Commit 5dfb76ea authored by Hugo Winbladh's avatar Hugo Winbladh Committed by Oscar Gustafsson
Browse files

fix docstring formatting

parent 5aa0ab43
No related branches found
No related tags found
1 merge request!420Add method to reconstruct SFG from a schedule
This commit is part of merge request !420. Comments created here will be created in the context of that merge request.
......@@ -737,11 +737,12 @@ class SFG(AbstractOperation):
return sfg_copy()
def simplify_delay_element_placement(self) -> "SFG":
""" Simplify an SFG by removing some redundant delay elements.
For example two signals originating from the same starting point, each
connected to a delay element will combine into a single delay element.
"""
Simplify an SFG by removing some redundant delay elements.
For example two signals originating from the same starting point, each
connected to a delay element will combine into a single delay element.
Returns a copy of the simplified SFG.
Returns a copy of the simplified SFG.
"""
sfg_copy = self()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment