Closed F30 closed 4 years ago
We currently return the raw floating-point scores in the CTFTime scoreboard format ("scoreboard.json"). However, CTFTime doesn't like that.
I had success with rounding everything to the nearest integer, the spec says (at least for the overall "score", may also be true for task "points"):
Decimal up to 4 digits after delimiter
This appears to be fixed in CTFTime now.
Well OK, we probably still should respect what the spec says and use 4 decimals.
We currently return the raw floating-point scores in the CTFTime scoreboard format ("scoreboard.json"). However, CTFTime doesn't like that.
I had success with rounding everything to the nearest integer, the spec says (at least for the overall "score", may also be true for task "points"):