Skip to content

[WIP] Add paddle support #407

[WIP] Add paddle support

[WIP] Add paddle support #407

Triggered via pull request November 26, 2024 05:06
Status Success
Total duration 2m 33s
Artifacts

ruff.yml

on: pull_request
check-ruff
12s
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.