Theano / libgpuarray

Library to manipulate tensors on the GPU.
Other
189 stars 96 forks source link

xsplit tests fail due to empty arrays with different shapes #184

Closed jkevin closed 7 years ago

jkevin commented 8 years ago

Tests for vsplit, hsplit and dsplit fail because of differences in the way empty arrays are handled. On one of the tests numpy 1.11 returns an array of shape (4,0) and pygpu returns a shape of (0,0).

abergeron commented 8 years ago

Yes because that was the old numpy behaviour. We should move to the new one though.

abergeron commented 7 years ago

This now works with numpy 1.11.