Skip to content

Commit

Permalink
Revert "default start_time udated to None"
Browse files Browse the repository at this point in the history
This reverts commit be392cb.
  • Loading branch information
javiarrobas committed Sep 20, 2024
1 parent 90e07e3 commit 9d34aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boptestGymEnv.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(self,
excluding_periods = None,
regressive_period = None,
predictive_period = None,
start_time = None,
start_time = 0,
warmup_period = 0,
scenario = {'electricity_price':'constant'},
step_period = 900,
Expand Down

0 comments on commit 9d34aec

Please sign in to comment.