Spaces:
Sleeping
Sleeping
Update graders.py
Browse files- 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-
|
| 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:
|