drizzlepac
drizzlepac copied to clipboard
HLA-1208 Removing TEAL GUI
Resolves HLA-1208
Closes #1738
This PR removed the TEAL GUI interface for drizzlepac. This PR does not make changes to teal.load calls which are still being used to load and parse ".cfg" configuration files. Much of this PR is removing documentation and adding comments that certain options are deprecated or no longer supported. The initial print statement of the available drizzlepac teal tasks has also been removed.
An entry to the ADRs was also added, and a number of unused imports were removed.
Checklist for maintainers
- [x] added entry in
CHANGELOG.rstwithin the relevant release section - [x] updated or added relevant tests
- [x] updated relevant documentation
- [ ] added relevant milestone
- [x] added relevant label(s)
- [ ] ran regression tests, post a link to the Jenkins job below. How to run regression tests on a PR
🎆
Codecov Report
Attention: Patch coverage is 75.00000% with 6 lines in your changes are missing coverage. Please review.
Project coverage is 31.47%. Comparing base (
a3421b6) to head (b7e6627).
| Files | Patch % | Lines |
|---|---|---|
| drizzlepac/createMedian.py | 50.00% | 4 Missing :warning: |
| drizzlepac/mdriz.py | 0.00% | 2 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #1759 +/- ##
=========================================
+ Coverage 0 31.47% +31.47%
=========================================
Files 0 159 +159
Lines 0 35105 +35105
=========================================
+ Hits 0 11051 +11051
- Misses 0 24054 +24054
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.