Skip to content

Commit

Permalink
Fix comment in continue_simulation.py example
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
t-sommer committed Nov 21, 2024
1 parent ba293b7 commit c6f6fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmpy/examples/continue_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def continue_simulation(fmu_filename):
filename=unzipdir,
model_description=model_description,
fmu_instance=fmu_instance,
initialize=False, # the FMU instance is already instantiated
initialize=False, # the FMU instance is already initialized
start_time=1, # start where we left off
stop_time=2,
terminate=False
Expand Down

0 comments on commit c6f6fdb

Please sign in to comment.