Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash in grader statistics computation #1247

Open
inducer opened this issue Jan 16, 2025 · 0 comments
Open

Crash in grader statistics computation #1247

inducer opened this issue Jan 16, 2025 · 0 comments

Comments

@inducer
Copy link
Owner

inducer commented Jan 16, 2025

Traceback (most recent call last):
  File "/home/andreas/relate/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py",
line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/andreas/relate/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/andreas/relate/course/utils.py", line 821, in wrapper
    response = f(pctx, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/andreas/relate/course/grading.py", line 490, in show_grader_statistics
    pages = sorted(pages)
            ^^^^^^^^^^^^^

Exception Type: TypeError at /course/cs450-f24/grading/statistics/hw-1/
Exception Value: '<' not supported between instances of 'int' and 'NoneType'
Raised during: course.grading.show_grader_statistics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant