sigpy.mri.poisson fails for specific calibration sizes
fredwang25 opened this issue · 1 comments
fredwang25 commented
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?