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

sigpy.mri.poisson fails for specific calibration sizes #111

Open
fredwang25 opened this issue May 27, 2022 · 1 comment
Open

sigpy.mri.poisson fails for specific calibration sizes #111

fredwang25 opened this issue May 27, 2022 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@fredwang25
Copy link

When I call mr.poisson((640, 320), accel = 4, calib = (20, 20), crop_corner = False), I get the following error:

free(): invalid next size (normal)
Aborted (core dumped)

But if I change calib to (19,19) or (21,21) everything works fine. I know this is similar to the other open issues about mri.poisson, but perhaps it may provide some more context for the issue?

@fredwang25 fredwang25 added the bug Something isn't working label May 27, 2022
@sidward
Copy link
Collaborator

sidward commented May 27, 2022

Hi,

Thanks for posting the issue. I think it is related to jit as in #102. Could you please try this and see if it resolves your problem?

Thanks!

@sidward sidward added the help wanted Extra attention is needed label May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants