You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Foraging.py._LoadSchedule() the code checks to see which week of the schedule we should use. The schedule has two weeks on it for planning purposes. @bwtan-allen starts training the next week's mice on friday at 6pm, leading to errors about mice not being on the schedule, and therefore platform names not being assigned, and other logistical information potentially being missed.
To solve this we should switch to the new schedule at friday at 5pm, instead of waiting until monday morning. This should be a minor switch.