larray-project / larray

N-dimensional labelled arrays in Python
https://larray.readthedocs.io/
GNU General Public License v3.0
8 stars 6 forks source link

arr.insert fails for simple case #955

Closed gdementen closed 3 years ago

gdementen commented 3 years ago
arr = ndtest((3, 4, 5, 6))
arr.insert(42, before='d1')
KeyError: "axis 'd' not found in {}"
gdementen commented 3 years ago

this is in fact a duplicate of #879, but given that even I was baffled by this, I will relabel the issue as a bug and bump its priority