fix cuda init issue created by myself #348
Annotations
10 errors and 1 warning
|
build
Process completed with exit code 1.
|
|
ruff (D103):
scripts/dataset_conversions/fix_task_index.py#L10
scripts/dataset_conversions/fix_task_index.py:10:5: D103 Missing docstring in public function
|
|
ruff (I001):
scripts/dataset_conversions/fix_task_index.py#L3
scripts/dataset_conversions/fix_task_index.py:3:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (D103):
scripts/dataset_conversions/filter_zero_actions.py#L42
scripts/dataset_conversions/filter_zero_actions.py:42:5: D103 Missing docstring in public function
|
|
ruff (F401):
scripts/dataset_conversions/filter_zero_actions.py#L4
scripts/dataset_conversions/filter_zero_actions.py:4:8: F401 `contextlib` imported but unused
help: Remove unused import: `contextlib`
|
|
ruff (I001):
scripts/dataset_conversions/filter_zero_actions.py#L3
scripts/dataset_conversions/filter_zero_actions.py:3:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (D103):
crisp_gym/scripts/test_lerobot_policy.py#L70
crisp_gym/scripts/test_lerobot_policy.py:70:5: D103 Missing docstring in public function
|
|
ruff (ANN001):
crisp_gym/scripts/test_lerobot_policy.py#L41
crisp_gym/scripts/test_lerobot_policy.py:41:21: ANN001 Missing type annotation for function argument `policy`
|
|
ruff (ANN201):
crisp_gym/scripts/test_lerobot_policy.py#L41
crisp_gym/scripts/test_lerobot_policy.py:41:5: ANN201 Missing return type annotation for public function `load_processors`
help: Add return type annotation
|
|
ruff (ANN001):
crisp_gym/scripts/test_lerobot_policy.py#L22
crisp_gym/scripts/test_lerobot_policy.py:22:20: ANN001 Missing type annotation for function argument `policy`
|
|
build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|