mckib2/pygrappa

CI error for python 3.5

Closed this issue · 0 comments

pygrappa/igrappa.py:151: in igrappa
    W = {key:(1 - p)*Wn0 + p*W0 for (key, Wn0), (_, W0) in zip(Wn.items(), W.items())}
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

.0 = <zip object at 0x7fd4b073ce88>

>   W = {key:(1 - p)*Wn0 + p*W0 for (key, Wn0), (_, W0) in zip(Wn.items(), W.items())}
E   ValueError: operands could not be broadcast together with shapes (24,4) (40,4)

pygrappa/igrappa.py:151: ValueError
_ TestiGRAPPA.test_recon_shepp_logan2d_M30_N32_nc4_calib2d_cM10_cN10_undersample_y2_complex64 _