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

Add support for np.array in the common_nan_removal function #388

Merged
merged 4 commits into from
May 16, 2024

Merge remote-tracking branch 'origin/main' into feature/extended-comm…

107913f
Select commit
Loading
Failed to load commit list.
Merged

Add support for np.array in the common_nan_removal function #388

Merge remote-tracking branch 'origin/main' into feature/extended-comm…
107913f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 16, 2024 in 1s

76.52% (-0.02%) compared to 9a1760f, passed because coverage increased by +0.00% when compared to adjusted base (76.51%)

View this Pull Request on Codecov

76.52% (-0.02%) compared to 9a1760f, passed because coverage increased by +0.00% when compared to adjusted base (76.51%)

Details

Codecov Report

Attention: Patch coverage is 70.37037% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 76.52%. Comparing base (9a1760f) to head (107913f).

Files Patch % Lines
nannyml/base.py 70.37% 5 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #388      +/-   ##
==========================================
- Coverage   76.53%   76.52%   -0.02%     
==========================================
  Files         110      110              
  Lines        9221     9242      +21     
  Branches     1650     1658       +8     
==========================================
+ Hits         7057     7072      +15     
- Misses       1699     1703       +4     
- Partials      465      467       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.