We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would make sense to add at least some level of type hinting to our code, especially starting while the project is young. CI could then use Mypy.
The text was updated successfully, but these errors were encountered:
I am holding off for now because numpy 1.21 offers NDArray and, from my MCViNE environment, if I conda install numpy=1.21 then I get numpy 1.20.3.
NDArray
conda install numpy=1.21
Sorry, something went wrong.
Possibly also worth waiting for numpy/numpy#16544 before putting effort in here.
No branches or pull requests
It would make sense to add at least some level of type hinting to our code, especially starting while the project is young. CI could then use Mypy.
The text was updated successfully, but these errors were encountered: