added viewshed, hillshade, and mesh to rtxpy instead of just having them in examples #36
Annotations
10 errors
|
Run ruff linter:
rtxpy/mesh.py#L15
rtxpy/mesh.py:15:1: I001 Import block is un-sorted or un-formatted
|
|
Run ruff linter:
rtxpy/hillshade.py#L24
rtxpy/hillshade.py:24:73: F401 `._cuda_utils.float3` imported but unused
|
|
Run ruff linter:
rtxpy/hillshade.py#L15
rtxpy/hillshade.py:15:1: I001 Import block is un-sorted or un-formatted
|
|
Run ruff linter:
rtxpy/_cuda_utils.py#L8
rtxpy/_cuda_utils.py:8:1: I001 Import block is un-sorted or un-formatted
|
|
Run ruff linter:
rtxpy/__init__.py#L4
rtxpy/__init__.py:4:15: F401 `.hillshade` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
|
Run ruff linter:
rtxpy/__init__.py#L3
rtxpy/__init__.py:3:15: F401 `.viewshed` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
|
Run ruff linter:
rtxpy/__init__.py#L2
rtxpy/__init__.py:2:15: F401 `.mesh` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
|
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