-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Collapse 3D y before calculating initial model guess for gaussian model #3295
Conversation
Problem solved, thank you! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3295 +/- ##
=======================================
Coverage 88.80% 88.80%
=======================================
Files 125 125
Lines 19009 19011 +2
=======================================
+ Hits 16881 16883 +2
Misses 2128 2128 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested in Cubeviz and did not see a traceback. Looks good to me!
…tial model guess for gaussian model
…ss for gaussian model (#3297) Co-authored-by: Ricky O'Steen <39831871+rosteen@users.noreply.github.com>
Interesting to note that a similar patch was done in the same module in #3190 but in a different class. Hmm. |
Yeah, I'm not sure why I didn't think to put it here as well then. |
No worries. Looks like test coverage wasn't great either, so not surprised it got through. Just a perfect storm. |
Fixes a traceback that was occurring when adding a Gaussian model component with
Cube Fit
toggled on.