Add support for multiple GASs #31
Merged
Annotations
8 errors
|
Run ruff linter:
rtxpy/rtx.py#L647
rtxpy/rtx.py:647:9: F841 Local variable `rays_on_host` is assigned to but never used
|
|
Run ruff linter:
rtxpy/rtx.py#L20
rtxpy/rtx.py:20:1: E402 Module level import not at top of file
|
|
Run ruff linter:
rtxpy/rtx.py#L18
rtxpy/rtx.py:18:1: I001 Import block is un-sorted or un-formatted
|
|
Run ruff linter:
rtxpy/rtx.py#L18
rtxpy/rtx.py:18:1: E402 Module level import not at top of file
|
|
Run ruff linter:
rtxpy/rtx.py#L8
rtxpy/rtx.py:8:1: I001 Import block is un-sorted or un-formatted
|
|
Run ruff linter:
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
|
|
Run ruff linter:
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
|
|
Run ruff linter:
rtxpy/__init__.py#L1
rtxpy/__init__.py:1:1: I001 Import block is un-sorted or un-formatted
|
Loading