Spaces:
Build error
Build error
Remove unnecessary test case
Browse files
tests.py
CHANGED
@@ -17,16 +17,6 @@
|
|
17 |
# ]
|
18 |
|
19 |
test_cases = [
|
20 |
-
{
|
21 |
-
"predictions": ["1111", "1113", "1120", "1211"],
|
22 |
-
"references": ["1111", "1112", "1113", "1114"],
|
23 |
-
"result": {
|
24 |
-
"accuracy": 0.25,
|
25 |
-
"hierarchical_precision": 0.7142857142857143,
|
26 |
-
"hierarchical_recall": 0.5,
|
27 |
-
"hierarchical_fmeasure": 0.588235294117647,
|
28 |
-
},
|
29 |
-
},
|
30 |
{
|
31 |
"references": ["1111"],
|
32 |
"predictions": ["1111"],
|
|
|
17 |
# ]
|
18 |
|
19 |
test_cases = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
{
|
21 |
"references": ["1111"],
|
22 |
"predictions": ["1111"],
|