cmlkit icon indicating copy to clipboard operation
cmlkit copied to clipboard

Hash stability failure in `Dataset` with newer `numpy`

Open sirmarcel opened this issue 3 years ago • 1 comments

test_hash_stable in tests/test_dataset.py has started failing when numpy is upgraded somewhere above 1.16.5. Most likely this is due subtly different treatment of object arrays. Luckily, they should become obsolete once we transition to the new Data backend, so I'll close this issue then. Until then, it'll remain open in case anyone else notices!

sirmarcel avatar Apr 24 '21 13:04 sirmarcel

Hm, newer versions of joblib may also be the culprit.

sirmarcel avatar Jun 30 '21 19:06 sirmarcel