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

Replace self._pit_samps NaNs with 0. #202

Merged
merged 1 commit into from
Oct 31, 2023

Replace `self._pit_samps` NaNs with 0.

5189377
Select commit
Loading
Failed to load commit list.
Merged

Replace self._pit_samps NaNs with 0. #202

Replace `self._pit_samps` NaNs with 0.
5189377
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project failed Oct 31, 2023 in 0s

99.95% (-0.05%) compared to 8eaabd3

View this Pull Request on Codecov

99.95% (-0.05%) compared to 8eaabd3

Details

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (8eaabd3) 100.00% compared to head (5189377) 99.95%.
Report is 5 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##              main     #202      +/-   ##
===========================================
- Coverage   100.00%   99.95%   -0.05%     
===========================================
  Files           34       33       -1     
  Lines         2284     2286       +2     
===========================================
+ Hits          2284     2285       +1     
- Misses           0        1       +1     
Files Coverage Δ
src/qp/mixmod_pdf.py 100.00% <100.00%> (ø)
src/qp/metrics/pit.py 98.27% <75.00%> (-1.73%) ⬇️

... and 1 file with indirect coverage changes

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