Skip to content

Commit

Permalink
Update LSQ_fitting.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverchampion committed Oct 24, 2023
1 parent 4daab84 commit acb0ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/original/OGC_AmsterdamUMC/LSQ_fitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ def goodness_of_fit(bvalues, Dt, Fp, Dp, S0, dw_data, Fp2=None, Dp2=None):
# plt.ion()
# plt.show()
# print(R2[vox])
return R2, adjust
return R2, adjusted_R2
# ed_R2

def MSE(bvalues, Dt, Fp, Dp, S0, dw_data):
Expand Down

0 comments on commit acb0ad3

Please sign in to comment.