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 RealViewsSimplifyUtils.java wrong argument order in ScaleAndTranslation constructor #44

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

NicoKiaru
Copy link
Contributor

Swaps argument in ScaleAndTranslation constructor: it should be scales first and translations second.

I've noticed this because I'm trying to improve the perfs of some bigdataviewer-playground functionality. By chance I went into this branch and I obtained weird results. In debugging I found this inversion in constructor arguments. I did not checked extensively whether there was other similar inversion in the repo.

…lation constructor

Swaps argument in ScaleAndTranslation constructor: it should be scales first and translations second.
@bogovicj bogovicj merged commit a6466a4 into imglib:master Dec 8, 2023
1 check passed
@bogovicj
Copy link
Contributor

bogovicj commented Dec 8, 2023

Thanks @NicoKiaru

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