Update test.py
Browse files
test.py
CHANGED
@@ -65,7 +65,7 @@ class test(evaluate.EvaluationModule):
|
|
65 |
# TODO: Specifies the evaluate.MetricInfo object
|
66 |
return evaluate.EvaluationModuleInfo(
|
67 |
# This is the description that will appear on the metrics page.
|
68 |
-
|
69 |
description=_DESCRIPTION,
|
70 |
citation=_CITATION,
|
71 |
inputs_description=_KWARGS_DESCRIPTION,
|
|
|
65 |
# TODO: Specifies the evaluate.MetricInfo object
|
66 |
return evaluate.EvaluationModuleInfo(
|
67 |
# This is the description that will appear on the metrics page.
|
68 |
+
module_type="metric",
|
69 |
description=_DESCRIPTION,
|
70 |
citation=_CITATION,
|
71 |
inputs_description=_KWARGS_DESCRIPTION,
|