org.sonar.l10n.py.rules.python.S6729.json Maven / Gradle / Ivy
{
"title": "np.nonzero should be preferred over np.where when only the condition parameter is set",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"numpy",
"data-science"
],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-6729",
"sqKey": "S6729",
"scope": "All",
"quickfix": "unknown",
"code": {
"impacts": {
"MAINTAINABILITY": "HIGH",
"RELIABILITY": "HIGH"
},
"attribute": "CONVENTIONAL"
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy