Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 1 addition & 29 deletions extras/lib/school.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,32 +151,4 @@ class SchoolText:
SCHOOL_TEXT = {school.id: school for school in SCHOOLS}

# text that contains / is adjacent to prefixes above, which are allowed for both schools
EXEMPT = [
".zoom.us/rec",
"- [google colab](https://colab.research.google.com/)",
"anaconda",
"autograder", # matches "grader"
"built around it", # referring to Colab
"columbia's graduate school of architecture", # bio
"conda activate",
"conda config",
"create the environment",
"dictreader",
"for row in reader",
"gradescope_utils", # matches "gradescope"
"hannahkates/nyu-python-public-policy",
"https://community.canvaslms.com/t5/canvas-basics-guide/what-are-grading-schemes/ta-p/41",
"jupyterhub_url",
"name: install conda packages", # CI
"nbgrader",
"nyu's quantitative analysis guide",
"python coding for public policy assignments",
"secondary", # matches "conda"
"set up the reader",
"speedgrader", # matches "grader"
"strict channel priority", # conda
"these instructions won't work in colab",
"upload the notebook to [google colab]",
"upload the python file to google colab",
"walk the reader",
]
EXEMPT: list[str] = []
Loading