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

OptimalExtract: handle variance input with nans #132

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kecnry
Copy link
Member

@kecnry kecnry commented Sep 2, 2022

handle nans in the variance input similar to zeros: exclude those elements by modifying the mask

* handle similar to zeros: exclude those elements by modifying the mask
@codecov
Copy link

codecov bot commented Sep 2, 2022

Codecov Report

Merging #132 (87eaad0) into main (7e7e4a6) will decrease coverage by 0.06%.
The diff coverage is 50.00%.

@@            Coverage Diff             @@
##             main     #132      +/-   ##
==========================================
- Coverage   70.09%   70.03%   -0.07%     
==========================================
  Files           9        9              
  Lines         602      604       +2     
==========================================
+ Hits          422      423       +1     
- Misses        180      181       +1     
Impacted Files Coverage Δ
specreduce/extract.py 88.88% <50.00%> (-0.59%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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