Skip to content

Commit

Permalink
forgot severity arg
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Mar 25, 2023
1 parent 782e517 commit e75cfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sktime/forecasting/compose/_pipeline.py
Expand Up @@ -1558,7 +1558,7 @@ def get_test_params(cls, parameter_set="default"):
params1 = {"forecaster_X": fx, "forecaster_y": fy}

# example with probabilistic capability
if _check_soft_dependencies("statsmodels"):
if _check_soft_dependencies("statsmodels", severity="none"):
from sktime.forecasting.arima import ARIMA

fy_proba = ARIMA()
Expand Down

0 comments on commit e75cfc4

Please sign in to comment.