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

Bug in getaffine function #53

Closed
yoons1 opened this issue Apr 7, 2021 · 1 comment · Fixed by #54
Closed

Bug in getaffine function #53

yoons1 opened this issue Apr 7, 2021 · 1 comment · Fixed by #54
Assignees

Comments

@yoons1
Copy link

yoons1 commented Apr 7, 2021

There is a bug in the function getaffine (in src/NIfTI.jl:193)

    return vcat(hcat(A*B

should be

    return vcat(hcat(A.*B,
Tokazama added a commit that referenced this issue Apr 8, 2021
This should fix #53 and #26
@Tokazama Tokazama self-assigned this Apr 8, 2021
@Tokazama
Copy link
Member

Tokazama commented Apr 8, 2021

@yoons1, Thanks for opening an issue. I've just registered a new patch release that should fix this. Feel free to open another issue if you still have problems.

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 a pull request may close this issue.

2 participants