fixes 34 fix conda package #40
+868
−154
Merged
Annotations
10 errors
|
Run ruff linter:
rtxpy/__init__.py#L10
rtxpy/__init__.py:10:23: F401 `.analysis.viewshed` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
|
Run ruff linter:
rtxpy/__init__.py#L9
rtxpy/__init__.py:9:40: F401 `.mesh.write_stl` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
|
Run ruff linter:
rtxpy/__init__.py#L9
rtxpy/__init__.py:9:19: F401 `.mesh.triangulate_terrain` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
|
Run ruff linter:
rtxpy/__init__.py#L7
rtxpy/__init__.py:7:5: F401 `.rtx.get_current_device` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
|
Run ruff linter:
rtxpy/__init__.py#L6
rtxpy/__init__.py:6:5: F401 `.rtx.list_devices` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
|
Run ruff linter:
rtxpy/__init__.py#L5
rtxpy/__init__.py:5:5: F401 `.rtx.get_device_properties` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
|
Run ruff linter:
rtxpy/__init__.py#L4
rtxpy/__init__.py:4:5: F401 `.rtx.get_device_count` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
|
Run ruff linter:
rtxpy/__init__.py#L3
rtxpy/__init__.py:3:5: F401 `.rtx.has_cupy` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
|
Run ruff linter:
rtxpy/__init__.py#L2
rtxpy/__init__.py:2:5: 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