We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa311d commit dc6446fCopy full SHA for dc6446f
include/xtensor-python/pycontainer.hpp
@@ -138,7 +138,7 @@ namespace xt
138
{
139
using stepper = xstepper<D>;
140
using const_stepper = xstepper<const D>;
141
- using inner_shape_type = typename xcontainer_inner_types<D>::shape_type;
+ using inner_shape_type = typename xcontainer_inner_types<D>::inner_shape_type;
142
using broadcast_iterator = xiterator<stepper, inner_shape_type*>;
143
using const_broadcast_iterator = xiterator<const_stepper, inner_shape_type*>;
144
};
0 commit comments