Skip to content
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

DM-38745: Resync with upstream #35

Merged
merged 110 commits into from Aug 24, 2023
Merged

DM-38745: Resync with upstream #35

merged 110 commits into from Aug 24, 2023

Conversation

mfisherlevine
Copy link
Collaborator

No description provided.

Jérémy Neveu and others added 30 commits March 7, 2023 11:35
…tion of hessian_matrix function default arguments
@coveralls
Copy link

coveralls commented May 22, 2023

Pull Request Test Coverage Report for Build 5966019874

  • 982 of 1052 (93.35%) changed or added relevant lines in 17 files are covered.
  • 25 unchanged lines in 6 files lost coverage.
  • Overall coverage increased (+2.1%) to 89.362%

Changes Missing Coverage Covered Lines Changed/Added Lines %
spectractor/fit/fit_spectrogram.py 66 67 98.51%
spectractor/simulation/image_simulation.py 15 16 93.75%
spectractor/tools.py 6 7 85.71%
spectractor/fit/fit_spectrum.py 32 34 94.12%
spectractor/extractor/chromaticpsf.py 75 78 96.15%
spectractor/extractor/psf.py 69 75 92.0%
spectractor/extractor/extractor.py 83 90 92.22%
spectractor/fit/fit_multispectra.py 33 40 82.5%
spectractor/simulation/simulator.py 44 52 84.62%
spectractor/fit/fitter.py 507 541 93.72%
Files with Coverage Reduction New Missed Lines %
spectractor/extractor/chromaticpsf.py 1 90.86%
spectractor/extractor/extractor.py 1 85.54%
spectractor/simulation/image_simulation.py 1 82.61%
spectractor/fit/fit_spectrogram.py 3 96.73%
spectractor/fit/fit_spectrum.py 3 93.38%
spectractor/simulation/simulator.py 16 88.72%
Totals Coverage Status
Change from base Build 5892408180: 2.1%
Covered Lines: 7157
Relevant Lines: 8009

💛 - Coveralls

@@ -263,6 +264,8 @@ def __init__(self, image, wcs_file_name="", output_directory="", gaia_mag_g_limi
Input Spectractor Image.
wcs_file_name: str, optional
The path to a WCS fits file. WCS content will be loaded (default: "").
gaia_file_name: str, optional
The path to a Gaia caralog ecsv file (default: "").
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This typo is from Jérémy, not from my change, but I've pushed a fix for it anyway, as we're about to upstream all our changes. I hope you didn't spend much time looking this part of the changes over!

@mfisherlevine mfisherlevine merged commit 9037a42 into lsst-dev Aug 24, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants