Skip to content

Commit

Permalink
Appended _3D to feature names, the test still fails
Browse files Browse the repository at this point in the history
  • Loading branch information
adityaapte committed Apr 1, 2024
1 parent 976626b commit c64f193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_IBSI2_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def compareVals(imType, calcFeatS, diagS, refValsV):
# Extract diagnostic features computed with pyCERR
calcDiagV = np.array(list(diagS.values()))
# Extract radiomic features computed with pyCERR
calcFeatV = np.array([calcFeatS[imType + '_firstOrder_' + key] for key in featList])
calcFeatV = np.array([calcFeatS[imType + '_firstOrder_' + key+ '_3D'] for key in featList])
# Extract reference diagnositc & radiomic features
refDiagV = refValsV[0:5]
refFeatV = refValsV[5:]
Expand Down

0 comments on commit c64f193

Please sign in to comment.