Skip to content

Commit

Permalink
Tests: xfail test for fourier.arima.xreg (#3182)
Browse files Browse the repository at this point in the history
*Issue #, if available:* See also #3099 


By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.


**Please tag this pr with at least one of these labels to make our
release process faster:** BREAKING, new feature, bug fix, other change,
dev setup
  • Loading branch information
lostella authored May 27, 2024
1 parent b1e054a commit 56fd7af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/ext/r_forecast/test_r_univariate_predictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ def test_forecasts(method_name):
"MLP currently does not work because "
"the `neuralnet` package is not yet updated with a known bug fix in ` bips-hb/neuralnet`"
)
if method_name == "fourier.arima.xreg":
pytest.xfail(
"Method `fourier.arima.xreg` does not work because of a known issue."
)

dataset = datasets.get_dataset("constant")

Expand Down

0 comments on commit 56fd7af

Please sign in to comment.