Skip to content

Commit

Permalink
finally git statusgit statusgit status
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Aug 9, 2024
1 parent 8f79cd0 commit 7220f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/antares/tsgen/ts_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,10 @@ def generate_time_series(
po_duration = 0
fo_duration = 0

if planned_outages != 0 or mixed_outages != 0:
po_duration = pod_generator.generate_duration(day)
if forced_outages != 0 or mixed_outages != 0:
fo_duration = fod_generator.generate_duration(day)
if planned_outages != 0 or mixed_outages != 0:
po_duration = pod_generator.generate_duration(day)

if planned_outages != 0:
return_timestep = (now + po_duration) % log_size
Expand Down

0 comments on commit 7220f70

Please sign in to comment.