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
There are at least two times where I've wanted to be able to place restrictions on the type of numpy mixed array records that my functions can accept:
Specifically, I want to require that the numpy mixed array record that is received has specific attributes. What's the best way for me to do that?
One idea is to write a class that extends numpy's and then calls a checker in the init.
The text was updated successfully, but these errors were encountered:
aryarm
No branches or pull requests
There are at least two times where I've wanted to be able to place restrictions on the type of numpy mixed array records that my functions can accept:
Specifically, I want to require that the numpy mixed array record that is received has specific attributes. What's the best way for me to do that?
One idea is to write a class that extends numpy's and then calls a checker in the init.
The text was updated successfully, but these errors were encountered: