Skip to content

fix: fix calypso-op to compatible with dpv3 #1

fix: fix calypso-op to compatible with dpv3

fix: fix calypso-op to compatible with dpv3 #1

Triggered via push March 25, 2024 00:54
Status Failure
Total duration 1m 13s
Artifacts

pyright.yml

on: push
Fit to window
Zoom out
Zoom in

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/.