Terrain LOD refactor: edge stitching, hybrid mesh LOD, performance fixes #87
Annotations
10 errors and 1 warning
|
Run ruff linter:
rtxpy/__init__.py#L12
rtxpy/__init__.py:12:5: F401 `.mesh.voxelate_terrain` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Use an explicit re-export: `voxelate_terrain as voxelate_terrain`
|
|
Run ruff linter:
rtxpy/__init__.py#L11
rtxpy/__init__.py:11:5: F401 `.mesh.triangulate_terrain` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Use an explicit re-export: `triangulate_terrain as triangulate_terrain`
|
|
Run ruff linter:
rtxpy/__init__.py#L8
rtxpy/__init__.py:8:5: F401 `.rtx.get_capabilities` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Use an explicit re-export: `get_capabilities as get_capabilities`
|
|
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
help: Use an explicit re-export: `get_current_device as get_current_device`
|
|
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
help: Use an explicit re-export: `list_devices as list_devices`
|
|
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
help: Use an explicit re-export: `get_device_properties as get_device_properties`
|
|
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
help: Use an explicit re-export: `get_device_count as get_device_count`
|
|
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
help: Use an explicit re-export: `has_cupy as has_cupy`
|
|
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
help: Use an explicit re-export: `RTX as RTX`
|
|
Run ruff linter:
rtxpy/__init__.py#L1
rtxpy/__init__.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Loading