Only the last label is changed. I put this on high priority because this is a silent failure. ```python >>> arr = ndtest(3) >>> arr.set_labels({'a0': 'A0', 'a1': 'A1'}) a a0 A1 a2 0 1 2 ```