Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Jan 3, 2025
1 parent d30f976 commit f6a644a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/io/bioimage/modelrunner/tensor/Tensor.java
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ public void setData( final RandomAccessibleInterval< T > data )
} else {
LoopBuilder.setImages( this.data, data )
.multiThreaded().forEachPixel( ( i, o ) -> i.set( o ) );

}

if ( emptyTensor ) {
Expand Down

0 comments on commit f6a644a

Please sign in to comment.