minfinite, maxfinite, maxabsfinite: Error During Test at /home/pkgeval/.julia/packages/ImageBase/z0ixH/test/statistics.jl:104
Expression evaluated to non-Boolean
Expression: #= /home/pkgeval/.julia/packages/ImageBase/z0ixH/test/statistics.jl:104 =# @inferred maximum_finite(A; dims = 1)
Value: N0f8[0.976N0f8 0.957N0f8 … 0.796N0f8 0.529N0f8]
minfinite, maxfinite, maxabsfinite: Error During Test at /home/pkgeval/.julia/packages/ImageBase/z0ixH/test/statistics.jl:105
Expression evaluated to non-Boolean
Expression: #= /home/pkgeval/.julia/packages/ImageBase/z0ixH/test/statistics.jl:105 =# @inferred minimum_finite(A; dims = 1)
Value: N0f8[0.059N0f8 0.267N0f8 … 0.435N0f8 0.09N0f8]
...
etc. I guess this means that the @inferred macro now goes through but then the test is written in a way where it doesn't handle that gracefully.
etc. I guess this means that the
@inferredmacro now goes through but then the test is written in a way where it doesn't handle that gracefully.cc @timholy