Skip to content

Implemented KD Tree Data Structure #9489

Implemented KD Tree Data Structure

Implemented KD Tree Data Structure #9489

Triggered via pull request August 28, 2024 11:31
Status Failure
Total duration 15s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
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 (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 (NPY002): data_structures/kd_tree/example/hypercube_points.py#L5
data_structures/kd_tree/example/hypercube_points.py:5:29: NPY002 Replace legacy `np.random.rand` call with `np.random.Generator`
ruff
Process completed with exit code 1.