We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05dfcc4 commit 8fb7d3bCopy full SHA for 8fb7d3b
1 file changed
programme/timetable_helpers/timeslot.py
@@ -80,12 +80,8 @@ def __str__(self) -> str:
80
"room": "Auditorium",
81
"chair": "Patrick Shriwise, Argonne National Laboratory",
82
},
83
- "session_proxima_tour": {
84
- "start": (2026, 3, 12, 9, 30),
85
- "end": (2026, 3, 12, 10, 0),
86
- },
87
"session_hackathon": {
88
- "start": (2026, 3, 12, 10, 20),
+ "start": (2026, 3, 12, 9, 30),
89
"end": (2026, 3, 12, 12, 20),
90
91
"session_lunch_proxima": {
@@ -191,7 +187,6 @@ def __str__(self) -> str:
191
187
((2026, 3, 10, 15, 40), (2026, 3, 10, 16, 0)),
192
188
((2026, 3, 11, 10, 0), (2026, 3, 11, 10, 20)),
193
189
((2026, 3, 11, 15, 40), (2026, 3, 11, 16, 0)),
194
- ((2026, 3, 12, 10, 0), (2026, 3, 12, 10, 20)),
195
190
]
196
197
# Lunches schedule
0 commit comments