examples : add new sweep-bench benchmark #38
python-type-check.yml
on: push
pyright type-check
1m 2s
Annotations
5 errors
pyright type-check:
examples/sweep-bench/sweep-bench-plot.py#L1
Import "pandas" could not be resolved (reportMissingImports)
|
pyright type-check:
examples/sweep-bench/sweep-bench-plot.py#L22
"groupby" is not a known attribute of "None" (reportOptionalMemberAccess)
|
pyright type-check:
examples/sweep-bench/sweep-bench-plot.py#L37
Object of type "None" is not subscriptable (reportOptionalSubscript)
|
pyright type-check:
examples/sweep-bench/sweep-bench-plot.py#L43
"rainbow" is not a known attribute of module "matplotlib.cm" (reportAttributeAccessIssue)
|
pyright type-check
4 errors
|