Chris Pyles

Results 33 issues of Chris Pyles

As titled. e.g. on Gradescope this would be smth like 1. ssh into grading container 2. run autograder 3. load results.pkl file and extract the `GradingResults.notebook` field from it 4....

documentation

Since the exception-based test files generated by Otter Assign don't import anything except for the `test_case` decorator, any type annotations using the `typing` library or others will throw a `NameError`...

enhancement

``` Traceback (most recent call last): File "/Users/chrispyles/opt/miniconda3/envs/otter-grader/bin/otter", line 8, in sys.exit(cli()) File "/Users/chrispyles/opt/miniconda3/envs/otter-grader/lib/python3.10/site-packages/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs) File "/Users/chrispyles/opt/miniconda3/envs/otter-grader/lib/python3.10/site-packages/click/core.py", line 1078, in main rv = self.invoke(ctx)...

bug