Skip to content

Commit

Permalink
Fix axes
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub committed Dec 5, 2023
1 parent b51b39f commit 37b362d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/infinitearrays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module InfiniteArrays

Base.oneto(::InfiniteCardinal{0}) = OneToInf()

Base.axes(::AbstractInfUnitRange) = OneToInf()
Base.axes(::AbstractInfUnitRange) = (OneToInf(),)

struct InfUnitRange{T<:Real} <: AbstractInfUnitRange{T}
start::T
Expand Down

0 comments on commit 37b362d

Please sign in to comment.