try to fix naming errors
Browse files
b_norm.py
CHANGED
@@ -43,7 +43,7 @@ This class uses implementation provided in the replication package.
|
|
43 |
"""
|
44 |
|
45 |
|
46 |
-
class
|
47 |
def _info(self):
|
48 |
return evaluate.MetricInfo(
|
49 |
description=_DESCRIPTION,
|
|
|
43 |
"""
|
44 |
|
45 |
|
46 |
+
class BNorm(evaluate.Metric):
|
47 |
def _info(self):
|
48 |
return evaluate.MetricInfo(
|
49 |
description=_DESCRIPTION,
|