Notes

Found inconsistencies in B-Train data from SFTION cycles for training data for Parallel MD 2024-11-19. Instead acquired data from MD for downstream training, also change validation data from cycle with precycle (LHCPILOT) to without in Dipole datasets

Tasks

Tasks due today

TASK 
FROM ""
WHERE due AND due = date(this.file.name) OR (due < date(this.file.name) AND !completed)
GROUP BY priority
SORT choice(priority="highest", "1",
choice(priority="high", "2",
choice(priority="medium", "3",
choice(priority="low", "4",
choice(priority="lowest", "5", "6"
))))) ASC

Tasks that can be started

TASK
WHERE start AND start <= date(this.file.name) AND !completed