Skip to content

Commit

Permalink
Update contest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LLaammTTeerr committed Apr 22, 2024
1 parent 476d6a2 commit ead248c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion judge/models/contest.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ def points_scaling_factor(self):
for points in testcaseset:
if points:
sum_batch_points += points
raise Exception(points)
raise Exception(testcaseset)
return self.points / sum_batch_points


Expand Down

0 comments on commit ead248c

Please sign in to comment.