-
Notifications
You must be signed in to change notification settings - Fork 75
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
Debug cubeviz spectrum1d parser #3133
Debug cubeviz spectrum1d parser #3133
Conversation
But we assume it is flipped in the mouseover. You fixed the flipping but not mouseover code, but CI still passes. What does this mean? |
Also, can someone check that we're not re-introducing the problem where the display in Cubeviz is transposed compared to a third-part cube viewer (I forgot the name)? |
Well, for one, this only affects loading |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3133 +/- ##
==========================================
- Coverage 88.91% 88.82% -0.09%
==========================================
Files 111 112 +1
Lines 17365 17429 +64
==========================================
+ Hits 15440 15482 +42
- Misses 1925 1947 +22 ☔ View full report in Codecov by Sentry. |
Yes, I think that is better. Thanks! |
I updated one of the mouseover tests to be sensitive to an axis swap. |
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.
My head still hurts but this seems to fix things. Thanks!
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.
This was a confusing one, thanks for the fix.
Fixed that comment, I'll merge after tests pass. |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
@rosteen , can you please manually backport or change the milestone? If there is no plan to do another bug fix release, not much point in backporting. |
Hmm, since there are no other bugfixes waiting to go out, I'll re-milestone to 4.0. |
* aperture photometry plugin listens to unit conversion * pllim minor edits review comment Allow per-wave to/from per-freq for most cases Co-authored-by: Clare Shanahan <cshanahan@stsci.edu> * TST: Update result that changed because of #3133 --------- Co-authored-by: P. L. Lim <2090236+pllim@users.noreply.github.com>
Fixes #3117
Opening as draft since I still need to address the aperture photometry test failures.