Skip to content

Commit a6e7915

Browse files
aburrelldrsteve
authored andcommitted
docstring error
Fixed error in docstring, which specifies an incorrect return value.
1 parent 56262b6 commit a6e7915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verify/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ def forecastError(predicted, observed, full=True):
579579
580580
Returns
581581
=======
582-
err : float
582+
err : array
583583
the mean absolute scaled error
584584
pred : array
585585
Optional return array of predicted values as floats, included if full

0 commit comments

Comments
 (0)