Progress
Please Log In for full access to the web site.
Note that this link will take you to an external site (https://shimmer.mit.edu) to authenticate, and then you will be redirected back to this page.
You are viewing the PRELIMINARY 6.3100 Fall 2026 web site. Please note that information on this page may change throughout the semester, please check back frequently.
A Python Error Occurred:
File "<CATSOOP ROOT>/language.py", line 591, in get_python_output
exec(code, variables)
File "<string>", line 22, in <module>
File "<string>", line 11, in <module>
File "<DATA ROOT>/courses/fall26/progress/preload.py", line 313, in all_grade_parts
'labs': all_labs_score(username or cs_username),
File "<DATA ROOT>/courses/fall26/progress/preload.py", line 170, in all_labs_score
for lab in get_labs()
File "<DATA ROOT>/courses/fall26/progress/preload.py", line 150, in get_labs
all_labs.append((ctx['cs_realize_time'](ctx, ctx['cs_due_date']), i))
File "<DATA ROOT>/courses/fall26/preload.py", line 172, in cs_realize_time
return csm_time.realize_time(meta,rel)
File "<CATSOOP ROOT>/time.py", line 60, in realize_time
day, hour, minute = timestring.split(":")
ValueError: not enough values to unpack (expected 3, got 2)
Prelabs
A Python Error Occurred:
Error on line 2 of Python tag (line 18 of source): for i in prelab_info['prelabs']: NameError: name 'prelab_info' is not defined
Labs
A Python Error Occurred:
Error on line 2 of Python tag (line 29 of source): for i in lab_info['labs']: NameError: name 'lab_info' is not defined
A Python Error Occurred:
Error on line 2 of Python tag (line 44 of source): if is_csv: NameError: name 'is_csv' is not defined