We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65500bb commit 295b0c8Copy full SHA for 295b0c8
yaramo/node.py
@@ -43,7 +43,6 @@ def __init__(self, turnout_side=None, **kwargs):
43
self.turnout_side: str = turnout_side
44
self.drive_amount = 0
45
46
-
47
def maximum_speed(self, node_a: "Node", node_b: "Node"):
48
"""Return the maximum allowed speed for traversing this node,
49
coming from node_a and going to node_b
0 commit comments