-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
FIX: force blended transforms with data to be in data space #17017
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
Conversation
593e41f
to
bceaab2
Compare
I think the correct thing is "just" to autoscale only along dimensions that contains_branch_separately(transData), but not others? Not saying it's so easy :/ |
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.
Basic approach lgtm, perhaps needs to be noted in whatsnew?
Not sure this needs a whats_new as it is fixing a regression. |
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.
Anyone can merge on CI green.
bceaab2
to
ba075b1
Compare
Fixed typos in commit messages, otherwise same PR as approved |
I'll self merge to hopefully make it easier for @moorepants to check if it also fixes #17004 |
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. Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon! If these instruction are inaccurate, feel free to suggest an improvement. |
FIX: force blended transforms with data to be in data space
FIX: force blended transforms with data to be in data space
Merge pull request #17017 from jklymak/fix-blended-transform
PR Summary
Closes #17016
(Maybe?)
This is a very naive approach. Needs tests so we don't break it again. Not sure what the correct thing to do for blended transforms is
Now returns
PR Checklist