On Wed, 2019-01-02 at 11:27 +0100, Matthias Geier wrote:
> Hi Sebastian.
>
> Thanks for the clarification.
>
> > print(arr.shape) # also (5, 2)
> >
> > so the arr container (shape, dtype) is changed/muted. I think we
> > expect
> > that for content here, but not for the shape.
>
> Thanks for
Hi Sebastian.
Thanks for the clarification.
On Sun, Dec 30, 2018 at 5:25 PM Sebastian Berg wrote:
> On Sun, 2018-12-30 at 16:03 +0100, Matthias Geier wrote:
> > On Sat, Dec 29, 2018 at 6:00 PM Sebastian Berg wrote:
> > > On Sat, 2018-12-29 at 17:16 +0100, Matthias Geier wrote:
> > > > Hi Sebastia