Skip to content

Big spring cleaning #653

Big spring cleaning

Big spring cleaning #653

Triggered via pull request February 23, 2024 22:39
@tmke8tmke8
synchronize #326
spring-cleanup
Status Failure
Total duration 4m 20s
Artifacts

ci.yml

on: pull_request
format_with_ruff
2m 30s
format_with_ruff
lint_with_ruff
5s
lint_with_ruff
run_type_checking
1m 35s
run_type_checking
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 3 warnings
format_with_ruff
unable to access 'https://github.com/wearepal/support-matching/': Failed to connect to github.com port 443 after 130292 ms: Connection timed out
run_type_checking: wandb_csv_to_table.py#L17
Type annotation is missing for parameter "data" (reportMissingParameterType)
run_type_checking: analysis/wandb_downloader.py#L54
"wandb_run" is not a known member of module "wandb" (reportAttributeAccessIssue)
run_type_checking: analysis/wandb_utils.py#L468
Variable "hatch" is not accessed (reportUnusedVariable)
run_type_checking: analysis/wandb_utils.py#L470
Cannot access member "set_edgecolor" for type "Artist"   Member "set_edgecolor" is unknown (reportAttributeAccessIssue)
run_type_checking: analysis/wandb_utils.py#L475
Cannot access member "set_hatch" for type "Artist"   Member "set_hatch" is unknown (reportAttributeAccessIssue)
run_type_checking: analysis/wandb_utils.py#L492
Argument of type "None" cannot be assigned to parameter "ylabel" of type "str" in function "set_ylabel"   "None" is incompatible with "str" (reportArgumentType)
run_type_checking: analysis/wandb_utils.py#L496
Condition will always evaluate to True since the types "Legend" and "None" have no overlap (reportUnnecessaryComparison)
run_type_checking: analysis/iclr21/utils.py#L10
Type annotation is missing for parameter "data" (reportMissingParameterType)
run_type_checking: analysis/iclr21/utils.py#L20
Type annotation is missing for parameter "df" (reportMissingParameterType)
run_type_checking: analysis/iclr21/utils.py#L21
Type annotation is missing for parameter "type_renames" (reportMissingParameterType)
lint_with_ruff
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
format_with_ruff
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run_type_checking
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, jakebailey/pyright-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.