Skip to content

Commit 6a9b3e1

Browse files
Update data_structures/kd_tree/example/hypercube_points.py
Co-authored-by: Christian Clauss <[email protected]>
1 parent 31782d1 commit 6a9b3e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data_structures/kd_tree/example/hypercube_points.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ def hypercube_points(
88
Generates random points uniformly distributed within an n-dimensional hypercube.
99
1010
Args:
11-
num_points (int): Number of points to generate.
12-
hypercube_size (float): Size of the hypercube.
13-
num_dimensions (int): Number of dimensions of the hypercube.
11+
num_points: Number of points to generate.
12+
hypercube_size: Size of the hypercube.
13+
num_dimensions: Number of dimensions of the hypercube.
1414
1515
Returns:
1616
np.ndarray: An array of shape (num_points, num_dimensions)

0 commit comments

Comments
 (0)