All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.l10n.py.rules.python.S6979.json Maven / Gradle / Ivy

There is a newer version: 4.23.0.17664
Show newest version
{
  "title": "\"torch.tensor\" should be used instead of \"torch.autograd.Variable\"",
  "type": "CODE_SMELL",
  "status": "ready",
  "remediation": {
    "func": "Constant\/Issue",
    "constantCost": "2min"
  },
  "tags": [
    "pytorch",
    "machine-learning"
  ],
  "defaultSeverity": "Major",
  "ruleSpecification": "RSPEC-6979",
  "sqKey": "S6979",
  "scope": "All",
  "quickfix": "targeted",
  "code": {
    "impacts": {
      "MAINTAINABILITY": "MEDIUM"
    },
    "attribute": "CONVENTIONAL"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy