Skip to content

Commit

Permalink
collect
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarusA committed Oct 29, 2024
1 parent 9fea369 commit 6770916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cubes/Cubes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ end
# (dims... ,)
# end

caxes(x) = DD.dims(x)
caxes(x) = collect(DD.dims(x))

caxes(c::YAXArray) = getfield(c, :axes)
"""
Expand Down

0 comments on commit 6770916

Please sign in to comment.