Skip to content

Commit ff80609

Browse files
author
IvanARashid
committed
Re-changed the name from PVH to PvH. Added the two new submissions to the testing list
1 parent 38031b1 commit ff80609

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/standardized/PVH_KB_NKI_IVIMfit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from src.original.PvH_KB_NKI.DWI_functions_standalone import generate_IVIMmaps_standalone, generate_ADC_standalone
33
import numpy as np
44

5-
class PVH_KB_NKI_IVIMfit(OsipiBase):
5+
class PvH_KB_NKI_IVIMfit(OsipiBase):
66
"""
77
Bi-exponential fitting algorithm by Petra van Houdt and Koen Baas, NKI
88
"""
@@ -35,7 +35,7 @@ def __init__(self, bvalues=None, thresholds=None,bounds=None,initial_guess=None)
3535
Our OsipiBase object could contain functions that compare the inputs with
3636
the requirements.
3737
"""
38-
super(PVH_KB_NKI_IVIMfit, self).__init__(bvalues, thresholds,bounds,initial_guess)
38+
super(PvH_KB_NKI_IVIMfit, self).__init__(bvalues, thresholds,bounds,initial_guess)
3939
self.NKI_algorithm = generate_IVIMmaps_standalone
4040

4141

tests/IVIMmodels/unit_tests/algorithms.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"IAR_LU_subtracted",
1010
"OGC_AmsterdamUMC_Bayesian_biexp",
1111
"OGC_AmsterdamUMC_biexp_segmented",
12-
"OGC_AmsterdamUMC_biexp"
12+
"OGC_AmsterdamUMC_biexp",
13+
"PV_MUMC_biexp",
14+
"PvH_KB_NKI_IVIMfit"
1315
],
1416
"IAR_LU_biexp": {
1517
"tolerances": {

0 commit comments

Comments
 (0)