Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulScheerRLI committed Oct 29, 2024
1 parent 7b4bbda commit 46b2b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simba/simulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def _station_optimization(schedule, scenario, args, i, single_step: bool):

@staticmethod
def station_optimization(schedule, scenario, args, i):
return Mode._station_optimization(schedule, scenario, args, i, sinlge_step=False)
return Mode._station_optimization(schedule, scenario, args, i, single_step=False)

@staticmethod
def station_optimization_single_step(schedule, scenario, args, i):
Expand Down

0 comments on commit 46b2b16

Please sign in to comment.