Skip to content

Commit f5477a4

Browse files
authored
Fixed doc test with median abs error (#2696)
1 parent 3a0c9b8 commit f5477a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ignite/contrib/metrics/regression/median_absolute_error.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class MedianAbsoluteError(EpochMetric):
6161
6262
.. testoutput::
6363
64-
0.5...
64+
0.625
6565
"""
6666

6767
def __init__(

0 commit comments

Comments
 (0)