Skip to content

Commit 15ef9b2

Browse files
author
IvanARashid
committed
Re-named imports
1 parent ff80609 commit 15ef9b2

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
@@ -4,7 +4,7 @@
44
#from src.standardized.ETP_SRI_LinearFitting import ETP_SRI_LinearFitting
55
from src.standardized.IAR_LU_biexp import IAR_LU_biexp
66
#from src.standardized.IAR_LU_segmented_2step import IAR_LU_segmented_2step
7-
from src.standardized.PVH_KB_NKI_IVIMfit import PVH_KB_NKI_IVIMfit
7+
from src.standardized.PvH_KB_NKI_IVIMfit import PvH_KB_NKI_IVIMfit
88
#from src.standardized.PV_MUMC_biexp import PV_MUMC_biexp
99

1010
## Simple test code...
@@ -27,7 +27,7 @@ def ivim_model(b, S0=1, f=0.1, Dstar=0.01, D=0.001):
2727

2828
#model1 = ETP_SRI_LinearFitting(thresholds=[200])
2929
#model2 = IAR_LU_biexp()
30-
model2 = PVH_KB_NKI_IVIMfit()
30+
model2 = PvH_KB_NKI_IVIMfit()
3131

3232
#dev_test_run(model1, linear_fit_option=True)
3333
dev_test_run(model2)

0 commit comments

Comments
 (0)