Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] reactivate and fix test_multiprocessing_idempotent #5573

Merged
merged 4 commits into from Dec 22, 2023

Conversation

fkiraly
Copy link
Collaborator

@fkiraly fkiraly commented Nov 24, 2023

This PR fixes two untracked issues:

  • test_multiprocessing_idempotent would be skipped. A comment said that some issues were related to it, but there was no GitHub issue. This PR removes the skip, checking whether the problem is gone.
  • test_multiprocessing_idempotent would also fail for forecasters with probabilistic capability, due to the output type not being comparable via the approx array comparison. The modified test now skips for predict_proba outputs.

The failures would also be thrown when using check_estimator, this was noticed by @benHeid for ConformalIntervals.

@fkiraly fkiraly added module:forecasting forecasting module: forecasting, incl probabilistic and hierarchical forecasting enhancement Adding new functionality labels Nov 24, 2023
Copy link
Contributor

@benHeid benHeid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the fix. Makes sense as discussed in the dev meetup at 24th of November 2023

@fkiraly fkiraly merged commit c9152b1 into main Dec 22, 2023
39 checks passed
@fkiraly fkiraly deleted the test_multiprocessing_idempotent branch December 22, 2023 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Adding new functionality module:forecasting forecasting module: forecasting, incl probabilistic and hierarchical forecasting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants