Skip to content

Commit

Permalink
Fix minor Eclipse warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinevez committed May 1, 2024
1 parent 6e9e6be commit 3b928e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/fiji/plugin/trackmate/weka/WekaRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ public RandomAccessibleInterval< T > computeProbabilities(
final ImagePlus probas = segmentation.applyClassifier( vimp, numThreads, true );

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

Expand Down

0 comments on commit 3b928e9

Please sign in to comment.