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
perturbation.py
Describe the bug Sonarcloud warning: Use "np.nonzero" when only the condition parameter is provided to "np.where".
Additional context See https://sonarcloud.io/project/issues?impactSoftwareQualities=RELIABILITY&issueStatuses=OPEN%2CCONFIRMED&id=BenWibking_TwoMomentRad&open=AYreLfwyco9SdhuoToId
There is some unconventional usage of np.where: https://sonarcloud.io/organizations/benwibking/rules?open=python%3AS6729&rule_key=python%3AS6729
np.where
The text was updated successfully, but these errors were encountered:
psharda
No branches or pull requests
Describe the bug
Sonarcloud warning: Use "np.nonzero" when only the condition parameter is provided to "np.where".
Additional context
See https://sonarcloud.io/project/issues?impactSoftwareQualities=RELIABILITY&issueStatuses=OPEN%2CCONFIRMED&id=BenWibking_TwoMomentRad&open=AYreLfwyco9SdhuoToId
There is some unconventional usage of
np.where
: https://sonarcloud.io/organizations/benwibking/rules?open=python%3AS6729&rule_key=python%3AS6729The text was updated successfully, but these errors were encountered: