Skip to content

Some @test_broken now seem to pass on 1.10 #37

@KristofferC

Description

@KristofferC
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.

cc @timholy

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions