Skip to content

Commit 929337f

Browse files
Update LSQ_fitting.py
1 parent 9bee35f commit 929337f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/original/OGC_AmsterdamUMC/LSQ_fitting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ def goodness_of_fit(bvalues, Dt, Fp, Dp, S0, dw_data, Fp2=None, Dp2=None):
736736
# plt.ion()
737737
# plt.show()
738738
# print(R2[vox])
739-
return R2, adjust
739+
return R2, adjusted_R2
740740
# ed_R2
741741

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

0 commit comments

Comments
 (0)