Skip to content

Commit 3b928e9

Browse files
committed
Fix minor Eclipse warning.
1 parent 6e9e6be commit 3b928e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/fiji/plugin/trackmate/weka/WekaRunner.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ public RandomAccessibleInterval< T > computeProbabilities(
131131
final ImagePlus probas = segmentation.applyClassifier( vimp, numThreads, true );
132132

133133
// Convert to Img and extract desired class.
134-
@SuppressWarnings( "unchecked" )
135134
final ImgPlus< T > probaImp = TMUtils.rawWraps( probas );
136135
final ImgPlus< T > classProba = TMUtils.hyperSlice( probaImp, classId, 0 );
137136

0 commit comments

Comments
 (0)