Skip to content

Implemented KD Tree Data Structure #9491

Implemented KD Tree Data Structure

Implemented KD Tree Data Structure #9491

Triggered via pull request August 28, 2024 12:03
Status Failure
Total duration 18s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
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 (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.