-
Notifications
You must be signed in to change notification settings - Fork 37
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
Unit test added for wcs_functions.py #1654
Unit test added for wcs_functions.py #1654
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1654 +/- ##
==========================================
- Coverage 33.76% 32.34% -1.42%
==========================================
Files 126 159 +33
Lines 31157 35077 +3920
Branches 5710 0 -5710
==========================================
+ Hits 10520 11347 +827
- Misses 19448 23730 +4282
+ Partials 1189 0 -1189 ☔ View full report in Codecov by Sentry. |
@mcara I've added your suggestions as well as a unit test that uses very small fits files, mostly just encapsulating the header information of a sample drc and flc file into fits files. |
Co-authored-by: Mihai Cara <[email protected]>
Co-authored-by: Mihai Cara <[email protected]>
@mcara I like those suggestion far better that what I had. Thanks, suggestions included. |
A unit test has been added to wcs_functions using a sample drc and flc fits header files.