Open
Description
I noticed that pybamm uses np.ndarray
everywhere, but we should use numpy.typing.NDArray wherever possible (everywhere). Ideally they should be swappable without any errors. Feel free to close this issue if there was a reason to specifically use np.ndarray
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment