Skip to content

Implemented KD Tree Data Structure #9488

Implemented KD Tree Data Structure

Implemented KD Tree Data Structure #9488

Triggered via pull request August 28, 2024 11:29
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Ruff (I001): data_structures/kd_tree/build_kdtree.py#L1
data_structures/kd_tree/build_kdtree.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (INP001): data_structures/kd_tree/example/example_usage.py#L1
data_structures/kd_tree/example/example_usage.py:1:1: INP001 File `data_structures/kd_tree/example/example_usage.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (I001): data_structures/kd_tree/example/example_usage.py#L1
data_structures/kd_tree/example/example_usage.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (NPY002): data_structures/kd_tree/example/example_usage.py#L15
data_structures/kd_tree/example/example_usage.py:15:15: NPY002 Replace legacy `np.random.rand` call with `np.random.Generator`
Ruff (E501): data_structures/kd_tree/example/example_usage.py#L17
data_structures/kd_tree/example/example_usage.py:17:89: E501 Line too long (100 > 88)
Ruff (INP001): data_structures/kd_tree/example/hypercube_points.py#L1
data_structures/kd_tree/example/hypercube_points.py:1:1: INP001 File `data_structures/kd_tree/example/hypercube_points.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (I001): data_structures/kd_tree/example/hypercube_points.py#L1
data_structures/kd_tree/example/hypercube_points.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (NPY002): data_structures/kd_tree/example/hypercube_points.py#L4
data_structures/kd_tree/example/hypercube_points.py:4:29: NPY002 Replace legacy `np.random.rand` call with `np.random.Generator`
ruff
Process completed with exit code 1.