You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
When I call
mr.poisson((640, 320), accel = 4, calib = (20, 20), crop_corner = False)
, I get the following error: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?
The text was updated successfully, but these errors were encountered: