Implemented KD Tree Data Structure #9499
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#L5
data_structures/kd_tree/build_kdtree.py:5:64: UP007 Use `X | Y` for type annotations
|
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 (E501):
data_structures/kd_tree/example/hypercube_points.py#L16
data_structures/kd_tree/example/hypercube_points.py:16:89: E501 Line too long (89 > 88)
|
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 (UP007):
data_structures/kd_tree/nearest_neighbour_search.py#L6
data_structures/kd_tree/nearest_neighbour_search.py:6:11: UP007 Use `X | Y` for type annotations
|
Ruff (UP007):
data_structures/kd_tree/nearest_neighbour_search.py#L7
data_structures/kd_tree/nearest_neighbour_search.py:7:12: UP007 Use `X | Y` for type annotations
|
Ruff (E501):
data_structures/kd_tree/nearest_neighbour_search.py#L13
data_structures/kd_tree/nearest_neighbour_search.py:13:89: E501 Line too long (94 > 88)
|
Ruff (UP007):
data_structures/kd_tree/nearest_neighbour_search.py#L21
data_structures/kd_tree/nearest_neighbour_search.py:21:20: UP007 Use `X | Y` for type annotations
|