Skip to content

Commit

Permalink
Merge pull request #51 from EfratShimron/master
Browse files Browse the repository at this point in the history
poisson func output variable change
  • Loading branch information
frankong committed Jun 5, 2020
2 parents 84ad9b6 + d140abf commit b902e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigpy/mri/samp.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def poisson(img_shape, accel, K=30, calib=[0, 0], dtype=np.complex,

mask = mask.reshape(img_shape).astype(dtype)
if return_density:
return mask, r
return mask, R
else:
return mask

Expand Down

0 comments on commit b902e15

Please sign in to comment.