ohrechykha
ohrechykha
This is funny: when doing [err=f"Expected ragged type but got {type(x)}", raise TypeError(err)] in specified lines, mypy says it's an unreachable statement. When I switch this back to [raise TypeError(f"Expected...
I'm unsure what's wrong: the idea was that defining _wrapper in floor and ceil functions is unnecessary (because I defined it in ceil but forgot to add it to floor...
Oh well. I've made it work for numpy 1.22.3, while git is testing it on 1.22.0... Edit: nevermind this still fails at 1.22.0
I've had to add clones of matrix_transpose from linear algebra and its helper function is_sorted_descending_all_levels inside array object file so that .T and .mT properties do not reference outside functions....