heat
heat copied to clipboard
setitem does not account for key changing the split axis
Description
Setitem checks self.split
which is not correct because key
may change the split axis if it is an int
and smaller than split
Correct behaviour would be to check self[key].split
Version Info master
Additional comments Any other comments here.
Addressed in #938
Reviewed within #1109
Branch 917-setitem_does_not_account_for_key_changing_the_split_axis created!