-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Description
I tried to distill this so it didn't require AxisArrays with no luck. It seems to be a pretty complex interaction.
using AxisArrays
A = AxisArray([ 1 4 7 10 13
2 5 8 11 14
3 6 9 12 15], :y, :x)
for C in (A,)
for op in (sum,)
C1t = op(C, Axis{:y})
end
endMaking A const fixes it. Assigning the tuples to variables fixes it. Calling op with a numerical dimension instead of an Axis fixes it.
This happens on master (80369bf7b4 as of this post) and is not SIGINTable.
Metadata
Metadata
Assignees
Labels
No labels