Skip to content

Commit

Permalink
set sim to 20 s
Browse files Browse the repository at this point in the history
  • Loading branch information
paulf81 committed Nov 21, 2024
1 parent 1ce747e commit b766429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ hercules_comms:
publication_interval: 1
endpoint_interval: 1
starttime: 0
stoptime: 6 # 100
stoptime: 20 # 100
Agent: ControlCenter

py_sims:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨#
# SIMULATION STOP #
#.......................................#
time.stop_time = 100.0 # Max (simulated) time to evolve
time.stop_time = 20.0 # Max (simulated) time to evolve
time.max_step = -1 # Max number of time steps

#¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨#
Expand Down

0 comments on commit b766429

Please sign in to comment.