Skip to content

Implemented KD Tree Data Structure #9498

Implemented KD Tree Data Structure

Implemented KD Tree Data Structure #9498

Triggered via pull request August 28, 2024 18:42
Status Failure
Total duration 20s
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 (UP007): data_structures/kd_tree/build_kdtree.py#L4
data_structures/kd_tree/build_kdtree.py:4:64: UP007 Use `X | Y` for type annotations
Ruff (E501): data_structures/kd_tree/build_kdtree.py#L10
data_structures/kd_tree/build_kdtree.py:10:89: E501 Line too long (90 > 88)
Ruff (W292): data_structures/kd_tree/build_kdtree.py#L30
data_structures/kd_tree/build_kdtree.py:30:6: W292 No newline at end of file
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#L3
data_structures/kd_tree/example/hypercube_points.py:3:89: E501 Line too long (96 > 88)
Ruff (E501): data_structures/kd_tree/example/hypercube_points.py#L13
data_structures/kd_tree/example/hypercube_points.py:13: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 (E501): data_structures/kd_tree/kd_node.py#L13
data_structures/kd_tree/kd_node.py:13:89: E501 Line too long (118 > 88)