Skip to content

Commit

Permalink
[MNT] except VECM from test_predict_quantiles due to sporadic fai…
Browse files Browse the repository at this point in the history
…lures (#4442)

Excepts `VECM` from `test_predict_quantiles` due to sporadic failures of the current test (quantile prediction monotonocity), see #4431
  • Loading branch information
fkiraly committed Apr 6, 2023
1 parent 79e9a4c commit 4be2622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sktime/tests/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
# stochastic failure of quantile prediction monotonicity, refer to #4420, #4431
"VAR": ["test_predict_quantiles"],
"Prophet": ["test_predict_quantiles"],
"VECM": ["test_predict_quantiles"],
}

# We use estimator tags in addition to class hierarchies to further distinguish
Expand Down

0 comments on commit 4be2622

Please sign in to comment.