mypy_rep.py:6: error: Incompatible return value type (got "ndarray[tuple[int, ...], dtype[floating[Any]]]", expected "ndarray[tuple[int, ...], dtype[float64]]") [return-value] Found 1 error in 1 file (checked 1 source file)...
I've been arguing that, ideally, there should be an option to cast to object (which can hold arbitrary sized ints in python). Might not be possible to make it the default though, because object causes fall-backs to much slower routines than float is able to use. @seberg: [...] The...