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

assignment_progress or get_csv numbers are incorrect #421

Open
atkoehler opened this issue Apr 17, 2014 · 1 comment
Open

assignment_progress or get_csv numbers are incorrect #421

atkoehler opened this issue Apr 17, 2014 · 1 comment

Comments

@atkoehler
Copy link

The distributions produced by these items should be equivalent, they are not. Either "assignment_progress 1" is not correctly calculating the distribution or "get_csv" is silently converting some "None" grades to 0 while missing others.

From the below, it is presumed that all submissions without a grade are "None" scores, meaning there are 14 "None" scores.

> assignment_progress cs010_14spr/Lab3 1
INFO: Executing assignment_progress command on Galah as user ucrcs10v@cs.ucr.edu.
231 out of 288 students have submitted

-- Grade Distribution (Points: # of students) --
0: 1
1: 216

However, based on the CSV from get_csv the distribution is:

231 students submitted
0: 13
1: 216
None: 2
@atkoehler
Copy link
Author

As an aside, I was actually looking for a way to determine the "None" submissions to try and grab code that crashed the test harness, so that the harness can be fixed to handle whatever happened more gracefully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants