Olivier Gauthé

Results 56 comments of Olivier Gauthé

So my current solution is to use numba (sorry...) I have a python function ```python @numba.njit def numba_transpose_reshape(old_mat, r1, r2, c1, c2, old_nrr, old_tensor_shape, perm): """ numba version of old_mat[r1:r2,...

For `BlockedVector`, `broadcast` removes the blocking at some point and everything is fined. For `BlockVector`, the issue is that `dest` and `v2'` are matrices and a broadcast with `NDims=2` is...

Note that the "About" section of the GitHub project still links to pydata. ``` About NumPy aware dynamic Python compiler using LLVM [numba.pydata.org/](https://numba.pydata.org/) ```

Thank you for the explanations. I had a globally installed `coverage 7.2.6` which indeed lives outside of the venv. EDIT: indeed after installing `coverage 7.6.1` within the venv I am...