Spaces:
Runtime error
Runtime error
sanchit-gandhi
commited on
Commit
·
14dabac
1
Parent(s):
b913764
Update app.py
Browse files
app.py
CHANGED
@@ -45,8 +45,8 @@ TEST_SETS = [
|
|
45 |
|
46 |
EXPECTED_TEST_FILES = [f + ".txt" for f in TEST_SETS]
|
47 |
|
48 |
-
# define the optional test sets
|
49 |
-
OPTIONAL_TEST_SETS = ["f-r5"]
|
50 |
OPTIONAL_TEST_FILES = [f + ".txt" for f in OPTIONAL_TEST_SETS]
|
51 |
|
52 |
# load all metrics
|
|
|
45 |
|
46 |
EXPECTED_TEST_FILES = [f + ".txt" for f in TEST_SETS]
|
47 |
|
48 |
+
# define the optional test sets - ignore for now
|
49 |
+
OPTIONAL_TEST_SETS = [] #["f-r5"]
|
50 |
OPTIONAL_TEST_FILES = [f + ".txt" for f in OPTIONAL_TEST_SETS]
|
51 |
|
52 |
# load all metrics
|