Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix scripts issues found by mypy #2709

Open
pbchekin opened this issue Nov 14, 2024 · 0 comments · May be fixed by #2710
Open

Fix scripts issues found by mypy #2709

pbchekin opened this issue Nov 14, 2024 · 0 comments · May be fixed by #2710
Assignees

Comments

@pbchekin
Copy link
Contributor

scripts/pass_rate.py:140: error: "ArgumentParser" has no attribute "reports"  [attr-defined]
scripts/pass_rate.py:141: error: "ArgumentParser" has no attribute "skiplist_dir"  [attr-defined]
scripts/pass_rate.py:146: error: "ArgumentParser" has no attribute "reports"  [attr-defined]
scripts/run_tutorial.py:44: error: Argument 1 to "module_from_spec" has incompatible type "ModuleSpec | None"; expected "ModuleSpec"  [arg-type]
scripts/run_tutorial.py:48: error: Item "None" of "ModuleSpec | None" has no attribute "loader"  [union-attr]
scripts/run_tutorial.py:48: error: Item "None" of "Loader | Any | None" has no attribute "exec_module"  [union-attr]
scripts/compare-ci-runs/compare_runs.py:132: error: Argument 2 to "merge_triton_xetla_reports_data" has incompatible type "str"; expected "Path"  [arg-type]
scripts/compare-ci-runs/compare_runs.py:132: error: Argument 3 to "merge_triton_xetla_reports_data" has incompatible type "str"; expected "Path"  [arg-type]
Found 8 errors in 3 files (checked 7 source files)
@pbchekin pbchekin self-assigned this Nov 14, 2024
@pbchekin pbchekin linked a pull request Nov 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant