diff --git a/src/helpers.jl b/src/helpers.jl index 9e66484e..a89bb8f8 100644 --- a/src/helpers.jl +++ b/src/helpers.jl @@ -107,7 +107,7 @@ function getOutAxis(desc::Tuple{ByInference}, axlist, incubes, pargs, f) @info "Found multiple matching axes for output dimension $il" end end - return RangeAxis("OutAxis$(il)", 1:s) + return Dim{Symbol("OutAxis$(il)")}( 1:s) end if !allunique(outaxes) #TODO: fallback with axis renaming in this case @@ -134,4 +134,4 @@ function getAxis(desc, axlist::VecOrTuple{DD.Dimension}) else return axlist[i] end -end \ No newline at end of file +end