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

fix warning message in FitTrace when many bins masked #194

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

cshanahan1
Copy link
Contributor

@cshanahan1 cshanahan1 commented Nov 22, 2023

This PR consolidates warning messages that were previously produced for each individual masked column into one message reporting all masked columns, or that many columns were masked if there are more than 20.

specreduce/tracing.py Outdated Show resolved Hide resolved
Copy link

codecov bot commented Dec 4, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3ec660a) 81.32% compared to head (5f72ca7) 81.61%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #194      +/-   ##
==========================================
+ Coverage   81.32%   81.61%   +0.29%     
==========================================
  Files          10       10              
  Lines         996     1001       +5     
==========================================
+ Hits          810      817       +7     
+ Misses        186      184       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@kecnry kecnry left a comment

Choose a reason for hiding this comment

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

Just a few small suggestions, but otherwise looks good to me once this is rebased to handle the conflicts. Thanks!

specreduce/tracing.py Outdated Show resolved Hide resolved
specreduce/tracing.py Outdated Show resolved Hide resolved
@kecnry kecnry merged commit aea9d50 into astropy:main Dec 13, 2023
12 checks 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
Development

Successfully merging this pull request may close these issues.

2 participants