Skip to content

Commit eb3bb53

Browse files
author
IvanARashid
committed
Fixed calls to removed imports
1 parent 14f916a commit eb3bb53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/IVIMmodels/unit_tests/simple_test_run_of_algorithm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ def ivim_model(b, S0=1, f=0.1, Dstar=0.03, D=0.001):
2222
print(results)
2323
#test = model.osipi_simple_bias_and_RMSE_test(SNR=20, bvalues=bvalues, f=0.1, Dstar=0.03, D=0.001, noise_realizations=10)
2424

25-
model1 = ETP_SRI_LinearFitting(thresholds=[200])
25+
#model1 = ETP_SRI_LinearFitting(thresholds=[200])
2626
model2 = IAR_LU_biexp()
2727

28-
dev_test_run(model1, linear_fit_option=True)
28+
#dev_test_run(model1, linear_fit_option=True)
2929
dev_test_run(model2)

0 commit comments

Comments
 (0)