Skip to content

Implemented KD Tree Data Structure #9500

Implemented KD Tree Data Structure

Implemented KD Tree Data Structure #9500

Triggered via pull request August 28, 2024 19:24
Status Failure
Total duration 21s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 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 (E501): data_structures/kd_tree/build_kdtree.py#L11
data_structures/kd_tree/build_kdtree.py:11:89: E501 Line too long (90 > 88)
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 (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 (E501): data_structures/kd_tree/example/hypercube_points.py#L15
data_structures/kd_tree/example/hypercube_points.py:15:89: E501 Line too long (89 > 88)
Ruff (I001): data_structures/kd_tree/kd_node.py#L1
data_structures/kd_tree/kd_node.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): data_structures/kd_tree/nearest_neighbour_search.py#L1
data_structures/kd_tree/nearest_neighbour_search.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (E501): data_structures/kd_tree/nearest_neighbour_search.py#L12
data_structures/kd_tree/nearest_neighbour_search.py:12:89: E501 Line too long (94 > 88)
Ruff (E501): data_structures/kd_tree/nearest_neighbour_search.py#L16
data_structures/kd_tree/nearest_neighbour_search.py:16:89: E501 Line too long (102 > 88)
Ruff (I001): data_structures/kd_tree/tests/test_kdtree.py#L1
data_structures/kd_tree/tests/test_kdtree.py:1:1: I001 Import block is un-sorted or un-formatted