p5quared / decanter

CLI for UB Autolab... Decan't you see why that's awesome?
MIT License
3 stars 1 forks source link

Bug: Score Fetching #9

Open p5quared opened 3 months ago

p5quared commented 3 months ago

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?