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

Cap negative values below 0 before quantifying to an unsigned int. #414

Merged
merged 1 commit into from
May 14, 2024

Cap negative values below 0 before quantifying to an unsigned int.

42921c8
Select commit
Loading
Failed to load commit list.
Merged

Cap negative values below 0 before quantifying to an unsigned int. #414

Cap negative values below 0 before quantifying to an unsigned int.
42921c8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 14, 2024 in 1s

74.83% (-0.01%) compared to 8549c75

View this Pull Request on Codecov

74.83% (-0.01%) compared to 8549c75

Details

Codecov Report

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

Project coverage is 74.83%. Comparing base (8549c75) to head (42921c8).

Files Patch % Lines
scopesim/effects/electronic.py 55.55% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #414      +/-   ##
==========================================
- Coverage   74.84%   74.83%   -0.01%     
==========================================
  Files          56       56              
  Lines        7819     7824       +5     
==========================================
+ Hits         5852     5855       +3     
- Misses       1967     1969       +2     

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