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

Fix: add error to be ignored during test #1382

Merged
merged 1 commit into from
Jan 28, 2022

Conversation

eddiebergman
Copy link
Contributor

We were getting value errors which seem to correspond to fast_ica with whiten.

Examples of the test failure:

@codecov
Copy link

codecov bot commented Jan 28, 2022

Codecov Report

Merging #1382 (d9b6999) into development (a9fbd5c) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           development    #1382      +/-   ##
===============================================
- Coverage        88.07%   88.05%   -0.02%     
===============================================
  Files              140      140              
  Lines            10993    10993              
===============================================
- Hits              9682     9680       -2     
- Misses            1311     1313       +2     
Impacted Files Coverage Δ
...ipeline/components/regression/gradient_boosting.py 91.42% <0.00%> (-1.91%) ⬇️
autosklearn/util/logging_.py 89.18% <0.00%> (-1.36%) ⬇️
autosklearn/ensemble_builder.py 85.85% <0.00%> (-0.41%) ⬇️
autosklearn/evaluation/abstract_evaluator.py 93.05% <0.00%> (+0.77%) ⬆️
..._preprocessing/select_percentile_classification.py 91.52% <0.00%> (+1.69%) ⬆️
autosklearn/util/single_thread_client.py 93.18% <0.00%> (+2.27%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a9fbd5c...d9b6999. Read the comment docs.

@eddiebergman eddiebergman merged commit b010058 into development Jan 28, 2022
@eddiebergman eddiebergman deleted the add_ignore_for_fast_ica_knn branch February 9, 2022 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant