Spaces:
Build error
Build error
Victoria Oberascher
commited on
Commit
·
3661481
1
Parent(s):
ff4be31
test
Browse files- horizonmetrics.py +1 -1
horizonmetrics.py
CHANGED
@@ -118,7 +118,7 @@ class horizonmetrics(evaluate.Metric):
|
|
118 |
self.slope_error_list.append(slope_error)
|
119 |
self.midpoint_error_list.append(midpoint_error)
|
120 |
|
121 |
-
def _compute(self
|
122 |
"""
|
123 |
Compute the horizon error across the sequence.
|
124 |
|
|
|
118 |
self.slope_error_list.append(slope_error)
|
119 |
self.midpoint_error_list.append(midpoint_error)
|
120 |
|
121 |
+
def _compute(self):
|
122 |
"""
|
123 |
Compute the horizon error across the sequence.
|
124 |
|