Skip to content

Commit

Permalink
Bugfix: manual task generator single timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
gpoderys authored and Kristjan committed Oct 29, 2024
1 parent bd40d91 commit 7e6e0e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions emf/task_generator/manual_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@

if PROCESS_TIME_SHIFT:
timeframe_config_json[0]['period_start'] = f'{PROCESS_TIME_SHIFT}'
#timeframe_config_json[0]['period_duration'] = TASK_PERIOD_DURATION
#timeframe_config_json[0]['reference_time'] = TASK_REFERENCE_TIME
if TIMETRAVEL:
timeframe_config_json[0]['period_duration'] = TASK_PERIOD_DURATION
timeframe_config_json[0]['reference_time'] = TASK_REFERENCE_TIME


with open(process_conf, 'w') as file:
Expand Down

0 comments on commit 7e6e0e6

Please sign in to comment.