MazinLab / MKIDPipeline

The MKID Data Pipeline
http://web.physics.ucsb.edu/~bmazin/
6 stars 3 forks source link

Replaced progressbar with tqdm + Replaced pkg_resources with importlib.resources + Edit to .github/workflows/main.yaml #113

Open dnearing opened 3 months ago

dnearing commented 3 months ago

Replaces progressbar used in lincal and wavecal steps with tqdm. Closes issue #94. Also partly closes issue #97. (#97 is also closed by my pull request on mkidcore side). Also a small edit to .github/workflows/main.yaml to close issue #121.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 60.86957% with 9 lines in your changes missing coverage. Please review.

Project coverage is 20.00%. Comparing base (d9be32a) to head (2714495).

Files with missing lines Patch % Lines
mkidpipeline/steps/lincal.py 20.00% 4 Missing :warning:
mkidpipeline/steps/wavecal.py 20.00% 4 Missing :warning:
tests/test_tqdm.py 90.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #113 +/- ## ========================================== + Coverage 19.82% 20.00% +0.17% ========================================== Files 26 27 +1 Lines 7580 7583 +3 ========================================== + Hits 1503 1517 +14 + Misses 6077 6066 -11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.