Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
dbfcff1d
Commit
dbfcff1d
authored
3 years ago
by
Jorrit Schaap
Browse files
Options
Downloads
Patches
Plain Diff
TMSS-671
: import DEFAULT_INTER_OBSERVATION_GAP from subtasks.py
parent
bb1da1cd
No related branches found
No related tags found
1 merge request
!715
TMSS-671 & TMSS-1135 & TMSS-1332
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
SAS/TMSS/backend/services/scheduling/lib/dynamic_scheduling.py
+1
-1
1 addition, 1 deletion
...MSS/backend/services/scheduling/lib/dynamic_scheduling.py
with
1 addition
and
1 deletion
SAS/TMSS/backend/services/scheduling/lib/dynamic_scheduling.py
+
1
−
1
View file @
dbfcff1d
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment