Skip to content
Snippets Groups Projects
Commit ac035bcb authored by Tasko Olevski's avatar Tasko Olevski
Browse files

minor fix so that score can be parsed

parent 13722a39
No related branches found
No related tags found
No related merge requests found
Pipeline #200524 passed with stage
in 5 minutes and 3 seconds
......@@ -57,4 +57,4 @@ if __name__ == "__main__":
# score transfered to leaderboard
scores = scores.to_array().mean().reset_coords(drop=True)
print(scores)
print(scores.item())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment