Skip to content
Snippets Groups Projects
Commit dbfcff1d authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-671: import DEFAULT_INTER_OBSERVATION_GAP from subtasks.py

parent bb1da1cd
No related branches found
No related tags found
1 merge request!715TMSS-671 & TMSS-1135 & TMSS-1332
...@@ -45,8 +45,8 @@ from lofar.sas.tmss.services.scheduling.constraints import * ...@@ -45,8 +45,8 @@ from lofar.sas.tmss.services.scheduling.constraints import *
# LOFAR needs to have a gap in between observations to (re)initialize hardware. # LOFAR needs to have a gap in between observations to (re)initialize hardware.
DEFAULT_INTER_OBSERVATION_GAP = timedelta(seconds=60)
DEFAULT_NEXT_STARTTIME_GAP = timedelta(seconds=180) DEFAULT_NEXT_STARTTIME_GAP = timedelta(seconds=180)
from lofar.sas.tmss.tmss.tmssapp.subtasks import DEFAULT_INTER_OBSERVATION_GAP
class Scheduler: class Scheduler:
def __init__(self) -> None: def __init__(self) -> None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment