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

Bug: Score Fetching #9

Open
p5quared opened this issue May 7, 2024 · 0 comments
Open

Bug: Score Fetching #9

p5quared opened this issue May 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@p5quared
Copy link
Owner

p5quared commented May 7, 2024

For some reason fetched scores and problem numbers are always rendering as 0. This behavior appears to be consistent across assessments.

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?

@p5quared p5quared added the bug Something isn't working label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant