Skip to content

Commit

Permalink
fix method ambiguity in _dropdims(A, Tuple{})
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Jan 25, 2020
1 parent fabe74d commit 749b8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dimension.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ConstructionBase.constructorof(d::Type{<:AbstractDimension}) = basetypeof(d)

const AbDim = AbstractDimension
const AbDimType = Type{<:AbDim}
const AbDimTuple = Tuple{Vararg{<:AbDim,N}} where N
const AbDimTuple = Tuple{<:AbDim,Vararg{<:AbDim,N}} where N
const AbDimVector = Vector{<:AbDim}
const DimOrDimType = Union{AbDim,AbDimType}
const AllDimensions = Union{AbDim,AbDimTuple,AbDimType,
Expand Down

0 comments on commit 749b8a6

Please sign in to comment.