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

API re-design: simplify interface, remove I/O, make instrument agnostic #134

Merged
merged 30 commits into from
Oct 23, 2024

Fix some C compiler errors. PEP8. imports

f78639f
Select commit
Loading
Failed to load commit list.
Merged

API re-design: simplify interface, remove I/O, make instrument agnostic #134

Fix some C compiler errors. PEP8. imports
f78639f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 23, 2024 in 0s

97.27% (+21.98%) compared to 0104065

View this Pull Request on Codecov

97.27% (+21.98%) compared to 0104065

Details

Codecov Report

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

Project coverage is 97.27%. Comparing base (0104065) to head (f78639f).
Report is 14 commits behind head on main.

Files with missing lines Patch % Lines
drizzle/util.py 0.00% 3 Missing ⚠️
drizzle/utils.py 98.14% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #134       +/-   ##
===========================================
+ Coverage   75.29%   97.27%   +21.98%     
===========================================
  Files           7        3        -4     
  Lines         344      220      -124     
===========================================
- Hits          259      214       -45     
+ Misses         85        6       -79     

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