kevin218 / Eureka

Eureka! is a data reduction and analysis pipeline intended for time-series observations with JWST.
https://eurekadocs.readthedocs.io/
MIT License
60 stars 47 forks source link

Removing trailing spaces/tabs from all files #657

Closed taylorbell57 closed 4 months ago

taylorbell57 commented 4 months ago

I found a way to remove all trailing spaces from files automatically - I know your editor often does this @kevin218 automatically, and I just set mine up to do so as well. All this PR does is apply that change to all files to reduce the frequency with which we'll see changes like that in future PRs, hopefully making future PRs a bit easier.

If you don't think this is worthwhile, I'm totally fine just deleting this PR - took like 5 seconds, so no real lost time on my end

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 34.54545% with 36 lines in your changes missing coverage. Please review.

Project coverage is 54.29%. Comparing base (c1c8a07) to head (63d6458).

Files Patch % Lines
src/eureka/S3_data_reduction/niriss.py 0.00% 5 Missing :warning:
src/eureka/S1_detector_processing/ramp_fitting.py 0.00% 4 Missing :warning:
src/eureka/S3_data_reduction/niriss_profiles.py 0.00% 4 Missing :warning:
src/eureka/S4_generate_lightcurves/s4_genLC.py 0.00% 4 Missing :warning:
...eureka/S1_detector_processing/update_saturation.py 0.00% 3 Missing :warning:
src/eureka/S4_generate_lightcurves/generate_LD.py 0.00% 3 Missing :warning:
...a/S5_lightcurve_fitting/models/DampedOscillator.py 33.33% 2 Missing :warning:
.../eureka/S5_lightcurve_fitting/models/PoetModels.py 66.66% 2 Missing :warning:
src/eureka/lib/centerdriver.py 50.00% 2 Missing :warning:
src/eureka/S1_detector_processing/superbias.py 0.00% 1 Missing :warning:
... and 6 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #657 +/- ## ======================================= Coverage 54.29% 54.29% ======================================= Files 101 101 Lines 12713 12713 ======================================= Hits 6902 6902 Misses 5811 5811 ```

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