Remove commented out test cases
Browse files
tests.py
CHANGED
|
@@ -1,21 +1,3 @@
|
|
| 1 |
-
# test_cases = [
|
| 2 |
-
# {
|
| 3 |
-
# "predictions": [0, 0],
|
| 4 |
-
# "references": [1, 1],
|
| 5 |
-
# "result": {"metric_score": 0}
|
| 6 |
-
# },
|
| 7 |
-
# {
|
| 8 |
-
# "predictions": [1, 1],
|
| 9 |
-
# "references": [1, 1],
|
| 10 |
-
# "result": {"metric_score": 1}
|
| 11 |
-
# },
|
| 12 |
-
# {
|
| 13 |
-
# "predictions": [1, 0],
|
| 14 |
-
# "references": [1, 1],
|
| 15 |
-
# "result": {"metric_score": 0.5}
|
| 16 |
-
# }
|
| 17 |
-
# ]
|
| 18 |
-
|
| 19 |
test_cases = [
|
| 20 |
{
|
| 21 |
"references": ["1111"],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
test_cases = [
|
| 2 |
{
|
| 3 |
"references": ["1111"],
|