Skip to content

Commit d269381

Browse files
removed OJ_GU_seg from algorithms again
1 parent f612601 commit d269381

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

src/original/OJ_GU/ivim_seg.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,5 @@ def _Ddiff(Y, yb, b, D):
207207

208208
f = _f_from_intercept(A, S0)
209209

210-
if Y.shape[0] == 1:
211-
D = D.item()
212-
f = f.item()
213-
Dstar = Dstar.item()
214-
S0 = S0.item()
215-
216210
pars = {'D': D, 'f': f, 'Dstar': Dstar, 'S0': S0}
217211
return pars

tests/IVIMmodels/unit_tests/algorithms.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"OGC_AmsterdamUMC_biexp_segmented",
1212
"OGC_AmsterdamUMC_biexp",
1313
"PV_MUMC_biexp",
14-
"PvH_KB_NKI_IVIMfit",
15-
"OJ_GU_seg"
14+
"PvH_KB_NKI_IVIMfit"
1615
],
1716
"IAR_LU_biexp": {
1817
"tolerances": {

0 commit comments

Comments
 (0)