We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4957dd9 commit da3833dCopy full SHA for da3833d
tests/checkers/test_scipy/test_import_scipy.py
@@ -5,7 +5,7 @@
5
from pylint_ml.checkers.scipy.import_scipy import ScipyImportChecker
6
7
8
-class TestTorchImport(pylint.testutils.CheckerTestCase):
+class TestScipyImport(pylint.testutils.CheckerTestCase):
9
CHECKER_CLASS = ScipyImportChecker
10
11
def test_correct_scipy_import(self):
0 commit comments