Skip to content

Commit a9154d9

Browse files
committed
WIP: debugging
1 parent 0ba4bb1 commit a9154d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/componentarray.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ end
237237
# Reshape ComponentArrays with ShapedAxis axes
238238
maybe_reshape(data, ::NotShapedOrPartitionedAxis...) = data
239239
function maybe_reshape(data, axs::AbstractAxis...)
240+
@show axs filter_by_type(ShapedAxis, axs...)
240241
shapes = filter_by_type(Union{ShapedAxis,Shaped1DAxis}, axs...) .|> size
241242
shapes = reduce((tup, s) -> (tup..., s...), shapes)
242243
return reshape(data, shapes)

0 commit comments

Comments
 (0)