Imaginephoenix commited on
Commit
1611ba6
·
verified ·
1 Parent(s): 2d9543a

Update graders.py

Browse files
Files changed (1) hide show
  1. graders.py +1 -1
graders.py CHANGED
@@ -12,7 +12,7 @@ ROUTE_ALIAS_MAP = {
12
  "general": ["general", "inbox", "operations"],
13
  }
14
 
15
- SCORE_EPSILON = 1e-6
16
 
17
 
18
  def _strict_binary_score(is_positive_case: bool) -> float:
 
12
  "general": ["general", "inbox", "operations"],
13
  }
14
 
15
+ SCORE_EPSILON = 1e-2
16
 
17
 
18
  def _strict_binary_score(is_positive_case: bool) -> float: