Skip to content

Commit

Permalink
load NamedDims
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Abbott authored and mcabbott committed Oct 6, 2021
1 parent ff8824b commit dcdbcf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/axes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ end

KeyedUnion{T} = Union{KeyedArray{T}, KeyedUnitRange{T}}

using NamedDims

Base.summary(io::IO, x::KeyedUnion) = _summary(io, x)
Base.summary(io::IO, A::NamedDimsArray{L,T,N,<:KeyedUnion}) where {L,T,N} = _summary(io, A)
showtype(io::IO, ::KeyedUnitRange) = print(io, "KeyedUnitRange(...)")
Expand Down

0 comments on commit dcdbcf8

Please sign in to comment.