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 1f5d857 commit a8534a7Copy full SHA for a8534a7
grader_service/convert/converters/autograde.py
@@ -74,8 +74,6 @@ def convert_notebooks(self) -> None:
74
# check for missing notebooks and give them a score of zero if they do not exist
75
json_path = os.path.join(self._output_directory, "gradebook.json")
76
with Gradebook(json_path) as gb:
77
- self.copy_unmatched_files(gb)
78
-
79
glob_notebooks = {
80
self.init_single_notebook_resources(n)["unique_key"]: n for n in self.notebooks
81
}
0 commit comments