We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2cbf03 commit 4ace84eCopy full SHA for 4ace84e
src/main/java/io/bioimage/modelrunner/tensorflow/v2/api050/tensor/TensorBuilder.java
@@ -99,7 +99,6 @@ public static < T extends RealType< T > & NativeType< T > > TType build(io.bioi
99
* @throws IllegalArgumentException if the type of the {@link RandomAccessibleInterval}
100
* is not supported
101
*/
102
- @SuppressWarnings("unchecked")
103
public static < T extends RealType< T > & NativeType< T > > TType build(
104
RandomAccessibleInterval<T> array) throws IllegalArgumentException
105
{
0 commit comments