Closed dyang37 closed 2 years ago
There is an error in demo_3D_shepp_logan.py due to the keyword stop_threshold. The stop_threshold was removed from the script, but we forgot to also remove the keyword when calling recon() function.
demo_3D_shepp_logan.py
stop_threshold
recon()
There is an error in
demo_3D_shepp_logan.py
due to the keywordstop_threshold
. Thestop_threshold
was removed from the script, but we forgot to also remove the keyword when callingrecon()
function.