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

TMSS-2618: used fine gridder

parent 113e1430
No related branches found
No related tags found
1 merge request!1115TMSS-2618
......@@ -563,7 +563,7 @@ class Scheduler:
# cancel and/or unschedule current units-in-the-way...
# (only if possible, depending on priorities and other rules...)
cancel_overlapping_running_observation_if_needed_and_possible(scheduling_unit, start_time)
unschededule_blocking_scheduled_units_if_needed_and_possible(scheduling_unit, start_time, self.search_gridder)
unschededule_blocking_scheduled_units_if_needed_and_possible(scheduling_unit, start_time, self.fine_gridder)
unschededule_previously_scheduled_unit_if_needed_and_possible(scheduling_unit, start_time)
# are there any blocking scheduled scheduling_units still in the way?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment