Skip to content

IQN is broken with [email protected] #228

@findmyway

Description

@findmyway

Seems to be caused by JuliaLang/julia#37829

Before:

julia> CartesianIndices((0, 0:7, 0))
1×8×1 CartesianIndices{3,Tuple{UnitRange{Int64},UnitRange{Int64},UnitRange{Int64}}}:
[:, :, 1] =
 CartesianIndex(0, 0, 0)  …  CartesianIndex(0, 7, 0)

Now:

julia> CartesianIndices((0, 0:7, 0))
0×8×0 CartesianIndices{3, Tuple{Base.OneTo{Int64}, UnitRange{Int64}, Base.OneTo{Int64}}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions