Skip to content

Commit

Permalink
default start_time udated to None
Browse files Browse the repository at this point in the history
  • Loading branch information
IamAniket12 committed Sep 1, 2024
1 parent e66ea23 commit be392cb
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 @@ -44,7 +44,7 @@ def __init__(self,
excluding_periods = None,
regressive_period = None,
predictive_period = None,
start_time = 0,
start_time = None,
warmup_period = 0,
scenario = {'electricity_price':'constant'},
step_period = 900,
Expand Down

0 comments on commit be392cb

Please sign in to comment.