You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
======================================================================
ERROR: test_take (pandas.sparse.tests.test_array.TestSparseArray)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/travis/build/pydata/pandas/pandas/sparse/tests/test_array.py", line 40, in test_take
self.assertEqual(self.arr.take(2), np.take(self.arr_data, 2))
File "/home/travis/miniconda/envs/pandas/lib/python2.7/site-packages/numpy/core/fromnumeric.py", line 104, in take
return take(indices, axis, out, mode)
ValueError: object of too small depth for desired array
on win64, python 3.5, numpy ==1.10.4
This is prob a take issue as well, I think these should always be int32 (the block locations).
xref #12779
https://travis-ci.org/pydata/pandas/jobs/120431675
I suspect because of
numpy=1.7.1
on win64, python 3.5, numpy ==1.10.4
This is prob a take issue as well, I think these should always be
int32
(the block locations).The text was updated successfully, but these errors were encountered: