drizzlepac icon indicating copy to clipboard operation
drizzlepac copied to clipboard

HLA-1208 Removing TEAL GUI

Open s-goldman opened this issue 1 year ago • 2 comments
trafficstars

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.rst within 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

s-goldman avatar Feb 29 '24 18:02 s-goldman

🎆

mcara avatar Feb 29 '24 18:02 mcara

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.

codecov[bot] avatar Mar 13 '24 15:03 codecov[bot]