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: imports from relative to absolute #1370

Merged
merged 1 commit into from
Jan 14, 2022

Conversation

eddiebergman
Copy link
Contributor

Changes relative imports of from .ignored_warnings import ignore_warnings in several test files. Now uses absolute imports.

@codecov
Copy link

codecov bot commented Jan 14, 2022

Codecov Report

Merging #1370 (d6f7890) into development (f5964ca) will increase coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           development    #1370      +/-   ##
===============================================
+ Coverage        87.99%   88.03%   +0.04%     
===============================================
  Files              140      140              
  Lines            10993    10993              
===============================================
+ Hits              9673     9678       +5     
+ Misses            1320     1315       -5     
Impacted Files Coverage Δ
...ipeline/components/regression/gradient_boosting.py 91.42% <0.00%> (-1.91%) ⬇️
...osklearn/pipeline/components/classification/lda.py 94.44% <0.00%> (+5.55%) ⬆️
...eline/components/feature_preprocessing/fast_ica.py 97.82% <0.00%> (+6.52%) ⬆️
...ponents/feature_preprocessing/select_percentile.py 92.30% <0.00%> (+7.69%) ⬆️

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 f5964ca...d6f7890. Read the comment docs.

@eddiebergman eddiebergman merged commit a9fbd5c into development Jan 14, 2022
@eddiebergman eddiebergman mentioned this pull request Jan 24, 2022
@eddiebergman eddiebergman mentioned this pull request Jan 25, 2022
@eddiebergman eddiebergman deleted the absolute_imports_in_tests 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.

1 participant