Skip to content
Snippets Groups Projects
Commit 7d17dfdf authored by angloth's avatar angloth
Browse files

Remove duplicate _input_laps member

parent 8c5f98cc
No related tags found
No related merge requests found
Pipeline #16462 passed
......@@ -23,7 +23,6 @@ class Schema:
_resolution: int
_max_end_op_id: GraphID
_max_end_time: int
_input_laps: Dict[GraphID, List[int]]
_non_schedulable_ops: Set[GraphID]
def __init__(self, sfg: SFG, schedule_time: int = None, cyclic: bool = False, resolution: int = 1, scheduling_alg: str = "ASAP"):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment