diff --git a/tests/test_extraction.py b/tests/test_extraction.py index 4b474c1..33d9ca1 100644 --- a/tests/test_extraction.py +++ b/tests/test_extraction.py @@ -39,8 +39,7 @@ def test_morph_features(self): vol=phantom, mask_int=roi, mask_morph=roi, - res=[1,1,1], - intensity_type="arbitrary" + res=[1,1,1] ) assert morph_vol == morph["Fmorph_vol"] assert round(morph_vol, 2) == 0.83 @@ -54,7 +53,7 @@ def test_stats_features(self): ) stats = MEDimage.biomarkers.stats.extract_all( vol=vol_int_re, - intensity_type="arbitrary" + intensity_type="definite" ) kurt = MEDimage.biomarkers.stats.kurt( vol=vol_int_re,