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
$ python bh_bug.py
bh_bug.py:17: UserWarning: Bohrium does not support the dtype 'float64', the new array will be a regular NumPy array.
out[...] = f['test']
Traceback (most recent call last):
File "bh_bug.py", line 17, in<module>
out[...] = f['test']
File "bohrium/ufuncs.pyx", line 55, in bohrium.ufuncs.setitem
File "bohrium/bhary.pyx", line 95, in bohrium.bhary.fix_biclass_wrapper.inner
File "bohrium/ufuncs.pyx", line 103, in bohrium.ufuncs.assign
ValueError: get_base() - the base object isn't a bohrium array!
Test script:
Output:
Works fine if I do
The text was updated successfully, but these errors were encountered: