Skip to content

Commit

Permalink
all step definitions should have max_advance as argument
Browse files Browse the repository at this point in the history
  • Loading branch information
JortGroen committed Dec 11, 2024
1 parent aee2d3e commit 856dd45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/illuminator/models/Load/load_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ class Load(ModelConstructor):
time=None


def step(self, time, inputs) -> None:
def step(self, time, inputs, max_advance) -> None:
# TODO all step definitions should have max_advance!

input_data = self.unpack_inputs(inputs)
self.time = time
# current_time = (self.start +
Expand Down

0 comments on commit 856dd45

Please sign in to comment.