fix: fix calypso-op to compatible with dpv3 #1
Annotations
10 errors and 1 warning
pyright:
dpgen2/entrypoint/submit.py#L555
"lmp_config" is not defined (reportUndefinedVariable)
|
pyright:
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)
|
pyright:
dpgen2/op/run_dp_train.py#L201
"dp_command" is possibly unbound (reportUnboundVariable)
|
pyright:
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)
|
pyright:
dpgen2/op/run_dp_train.py#L204
"dp_command" is possibly unbound (reportUnboundVariable)
|
pyright:
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)
|
pyright:
dpgen2/op/run_dp_train.py#L207
"dp_command" is possibly unbound (reportUnboundVariable)
|
pyright:
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)
|
pyright:
dpgen2/op/run_dp_train.py#L214
"dp_command" is possibly unbound (reportUnboundVariable)
|
pyright:
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)
|
pyright
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/.
|