We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9b3e1 commit 2fd24d4Copy full SHA for 2fd24d4
data_structures/kd_tree/example/hypercube_points.py
@@ -13,7 +13,7 @@ def hypercube_points(
13
num_dimensions: Number of dimensions of the hypercube.
14
15
Returns:
16
- np.ndarray: An array of shape (num_points, num_dimensions)
+ An array of shape (num_points, num_dimensions)
17
with generated points.
18
"""
19
rng = np.random.default_rng()
0 commit comments