Skip to content

Commit

Permalink
More math department updates
Browse files Browse the repository at this point in the history
  • Loading branch information
psvenk committed Sep 5, 2024
1 parent 7b60421 commit 7d95e6e
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions scrapers/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
# "l": [[[[33, 3], [93, 3]], "24-121"]],
# "r": [[[[124, 2]], "24-121"]],
# },
# Per instructor request. Fireroad seems to be getting it wrong...

# Per instructor request. Fireroad seems to be getting it wrong...
"12.387": {
"lectureRawSections": [
"54-209/R/0/9-12"
Expand All @@ -123,7 +123,7 @@
[[[92, 6]], '54-209']
]
},

# Corrected schedules for the math department.
# Generated by math_dept.py
'18.03': {'lectureRawSections': '26-100/MWF/0/1',
Expand Down Expand Up @@ -235,7 +235,23 @@
'18.C20': {'lectureRawSections': '33-419/MW/0/3-4.30',
'lectureSections': [[[[14, 3], [74, 3]], '33-419']]},
'18.C25': {'lectureRawSections': '4-149/MW/0/1-2.30',
'lectureSections': [[[[10, 3], [70, 3]], '4-149']]}
'lectureSections': [[[[10, 3], [70, 3]], '4-149']]},

"18.01": {
"lectureRawSections": "10-250/TR/0/1/F/0/2",
"lectureSections": [
[[40, 2], [100, 2], [132, 2]],
"10-250",
],
},

"18.701": {
"lectureRawSections": "54-100/TR/0/1-2.30",
"lectureSections": [
[[40, 3], [100, 3]],
"54-100",
],
},
}


Expand Down

0 comments on commit 7d95e6e

Please sign in to comment.