Spaces:
Running
Running
Commit
·
23752a5
1
Parent(s):
3f305bf
WIP
Browse files- glue-suite-v2.py +2 -2
glue-suite-v2.py
CHANGED
@@ -18,8 +18,8 @@ class SubTask:
|
|
18 |
|
19 |
class Suite(evaluate.EvaluationSuite):
|
20 |
|
21 |
-
def __init__(self):
|
22 |
-
super().__init__()
|
23 |
|
24 |
def _info(self):
|
25 |
return EvaluationModuleInfo(
|
|
|
18 |
|
19 |
class Suite(evaluate.EvaluationSuite):
|
20 |
|
21 |
+
def __init__(self, name):
|
22 |
+
super().__init__(name)
|
23 |
|
24 |
def _info(self):
|
25 |
return EvaluationModuleInfo(
|