Skip to content

[WIP] Add paddle support #409

[WIP] Add paddle support

[WIP] Add paddle support #409

Triggered via pull request November 26, 2024 06:14
Status Success
Total duration 15s
Artifacts

ruff.yml

on: pull_request
check-ruff
5s
check-ruff
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Ruff (F401): tests/_helpers.py#L2
tests/_helpers.py:2:8: F401 `sys` imported but unused
Ruff (F821): tests/test_array_namespace.py#L147
tests/test_array_namespace.py:147:9: F821 Undefined name `torch`
Ruff (F811): tests/test_array_namespace.py#L162
tests/test_array_namespace.py:162:5: F811 Redefinition of unused `test_python_scalars` from line 146
Ruff (F401): tests/test_vendoring.py#L1
tests/test_vendoring.py:1:8: F401 `pytest` imported but unused
check-ruff
Process completed with exit code 1.