François Steinmetz
François Steinmetz
Due to the different behaviours of integer array indexing between netcdf4-python and numpy, I am missing the ability of indexing dependent axes, in which for example, `data[arange(3), arange(3)]` returns an...
I understand there may be a will to have pysolar only depend on the standard library. However for some applications it would be extremely useful to use numpy instead of...
Many thanks for this great extension ! I could use it for debugging current file, but I wonder if is it possible to use it for debugging tests ? I...
Types memoryview are not recognized as such. ``` cdef int[:] a = np.arange(5, dtype='int32') ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Expression of type "NDArray[Any]" cannot be assigned to declared type "int" "NDArray[Any]" is incompatible with...
### Checks - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi, using...