Skip to content

Commit

Permalink
fatal error: switched intensity type
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiAll99 committed Mar 7, 2024
1 parent 2990df9 commit cf0cd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,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 cf0cd07

Please sign in to comment.