Skip to content

Commit 5b91303

Browse files
committed
small docstring change
1 parent fdbe233 commit 5b91303

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/operators/forecast/test_errors.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -665,9 +665,8 @@ def test_arima_automlx_errors(operator_setup, model):
665665
"""
666666
series 13 in this data has missing dates and automlx fails for this with DatetimeIndex error. This test checks that
667667
outputs get generated and that error is shown in errors.json
668-
"""
669668
670-
"""
669+
671670
explanations generation is failing when boolean columns are passed.
672671
TypeError: ufunc 'isfinite' not supported for the input types, and the inputs could not be safely coerced
673672
any supported types according to the casting rule ''safe''

0 commit comments

Comments
 (0)