Commit 47c4dbef077c968e656758f92286ab9fbf49965d
1 parent
2b07c469
Exists in
master
and in
1 other branch
analyzed
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/scheduler/Scheduler.py
@@ -139,7 +139,7 @@ class Scheduler(): | @@ -139,7 +139,7 @@ class Scheduler(): | ||
139 | 139 | ||
140 | Check all 'OBSERVABLE' sequences to create the most optimized planning for the following/current night | 140 | Check all 'OBSERVABLE' sequences to create the most optimized planning for the following/current night |
141 | 141 | ||
142 | - It is assumed that all sequences that MUST and CAN be analyse have the OBSERVABLE status | 142 | + It is assumed that all sequences that MUST and CAN be analyzed have the OBSERVABLE status |
143 | 143 | ||
144 | shs means 'ScheduleHasSequences' | 144 | shs means 'ScheduleHasSequences' |
145 | self.sequences is a list of tuples (sequence, shs) | 145 | self.sequences is a list of tuples (sequence, shs) |