Skip to content

Commit

Permalink
Merge pull request #56 from MahdiAll99/dev
Browse files Browse the repository at this point in the history
Updated to fit new code
  • Loading branch information
MahdiAll99 committed Mar 7, 2024
2 parents 44bc5ae + cf0cd07 commit 4f15891
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand Down

0 comments on commit 4f15891

Please sign in to comment.