Ecosystem report
Old:
main (merge base)
c734167b
→
New:
26341/merge
aefda165
Lint Rule
Removed
Added
Changed
Total
0
11
0
missing-argument
0
5
0
not-subscriptable
0
4
0
invalid-argument-type
0
2
0
Project
Removed
Added
Changed
Total
0
11
0
scipy
0
11
0
All
Removed Only
Added Only
Changed Only
All Lint Types
missing-argument (-0 +5 ~0)
not-subscriptable (-0 +4 ~0)
invalid-argument-type (-0 +2 ~0)
All Projects
scipy (-0 +11 ~0)
scipy
(
https://github.com/scipy/scipy
)
benchmarks/benchmarks/tests/test_go_benchmark_functions.py
📋
:29:17
[error]
missing-argument - No argument provided for required parameter `dimensions` of `Benchmark.__init__`
:33:50
[error]
not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
:35:54
[error]
not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
:38:42
[error]
not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
:39:30
[error]
not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
:47:17
[error]
missing-argument - No argument provided for required parameter `dimensions` of `Benchmark.__init__`
:58:17
[error]
missing-argument - No argument provided for required parameter `dimensions` of `Benchmark.__init__`
:65:13
[error]
missing-argument - No argument provided for required parameter `dimensions` of `Benchmark.__init__`
benchmarks/benchmarks/lsq_problems.py
📋
:481:36
[error]
invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown`
:482:24
[error]
invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | Unknown`
:486:38
[error]
missing-argument - No arguments provided for required parameters `m`, `fopt`, `x0` of `LSQBenchmarkProblem.__init__`