fix: fix dp optim parallel #4
Annotations
10 errors and 1 warning
Run jakebailey/pyright-action@v1:
dpgen2/entrypoint/submit.py#L557
"lmp_config" is not defined (reportUndefinedVariable)
|
Run jakebailey/pyright-action@v1:
dpgen2/op/run_dp_train.py#L201
Operator "+" not supported for types "list[str] | Unbound" and "list[str]"
Operator "+" not supported for types "Unbound" and "list[str]" (reportGeneralTypeIssues)
|
Run jakebailey/pyright-action@v1:
dpgen2/op/run_dp_train.py#L201
"dp_command" is possibly unbound (reportUnboundVariable)
|
Run jakebailey/pyright-action@v1:
dpgen2/op/run_dp_train.py#L204
Operator "+" not supported for types "list[str] | Unbound" and "list[str]"
Operator "+" not supported for types "Unbound" and "list[str]" (reportGeneralTypeIssues)
|
Run jakebailey/pyright-action@v1:
dpgen2/op/run_dp_train.py#L204
"dp_command" is possibly unbound (reportUnboundVariable)
|
Run jakebailey/pyright-action@v1:
dpgen2/op/run_dp_train.py#L207
Operator "+" not supported for types "list[str] | Unbound" and "list[str]"
Operator "+" not supported for types "Unbound" and "list[str]" (reportGeneralTypeIssues)
|
Run jakebailey/pyright-action@v1:
dpgen2/op/run_dp_train.py#L207
"dp_command" is possibly unbound (reportUnboundVariable)
|
Run jakebailey/pyright-action@v1:
dpgen2/op/run_dp_train.py#L214
Operator "+" not supported for types "list[str] | Unbound" and "list[str]"
Operator "+" not supported for types "Unbound" and "list[str]" (reportGeneralTypeIssues)
|
Run jakebailey/pyright-action@v1:
dpgen2/op/run_dp_train.py#L214
"dp_command" is possibly unbound (reportUnboundVariable)
|
Run jakebailey/pyright-action@v1:
dpgen2/op/run_dp_train.py#L221
Operator "+" not supported for types "list[str] | Unbound" and "list[str]"
Operator "+" not supported for types "Unbound" and "list[str]" (reportGeneralTypeIssues)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
|
Loading