We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For some reason fetched scores and problem numbers are always rendering as 0. This behavior appears to be consistent across assessments.
0
go run *.go list submissions -c cse486-s24 -a PA4-Consensus-Cluster ✓ Fetched submisions for cse486-s24 Latest Submission Version: 1 Submitted: Sunday 5-5 (2:1PM) Filename: 1_submission.tar ┌───────┬─────┐ │Problem│Score│ ├───────┼─────┤ │0 │0.00 │ │0 │0.00 │ └───────┴─────┘
Check types in the rendering. We are doing some work to sort the scores; maybe the issue is there?
The text was updated successfully, but these errors were encountered:
When branches are created from issues, their pull requests are automatically linked.
For some reason fetched scores and problem numbers are always rendering as
0
. This behavior appears to be consistent across assessments.Check types in the rendering. We are doing some work to sort the scores; maybe the issue is there?
The text was updated successfully, but these errors were encountered: