Skip to content

Merge pull request #24 from makepath/get-recipe-working-on-windows #47

Merge pull request #24 from makepath/get-recipe-working-on-windows

Merge pull request #24 from makepath/get-recipe-working-on-windows #47

Triggered via push January 26, 2026 16:27
Status Success
Total duration 15s
Artifacts

test.yml

on: push
Lint & Import Check
11s
Lint & Import Check
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Ruff (F841): rtxpy/rtx.py#L409
rtxpy/rtx.py:409:9: F841 Local variable `rays_on_host` is assigned to but never used
Ruff (E402): rtxpy/rtx.py#L18
rtxpy/rtx.py:18:1: E402 Module level import not at top of file
Ruff (I001): rtxpy/rtx.py#L16
rtxpy/rtx.py:16:1: I001 Import block is un-sorted or un-formatted
Ruff (E402): rtxpy/rtx.py#L16
rtxpy/rtx.py:16:1: E402 Module level import not at top of file
Ruff (I001): rtxpy/rtx.py#L8
rtxpy/rtx.py:8:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): rtxpy/__init__.py#L1
rtxpy/__init__.py:1:23: F401 `.rtx.has_cupy` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): rtxpy/__init__.py#L1
rtxpy/__init__.py:1:18: F401 `.rtx.RTX` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (I001): rtxpy/__init__.py#L1
rtxpy/__init__.py:1:1: I001 Import block is un-sorted or un-formatted