Skip to content

Commit d672e2f

Browse files
committed
Argparse
1 parent 44735ff commit d672e2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1574,6 +1574,7 @@ right = [[0.1, 0.6, 0.8], [0.1, 0.6, 0.8], [0.1, 0.6, 0.8]] # Shape: (3, 3) <-
15741574
```
15751575

15761576
#### 3. If neither non-matching dimension has size 1, rise an error.
1577+
<br>
15771578

15781579
### Example
15791580
#### For each point returns index of its nearest point (`[0.1, 0.6, 0.8] => [1, 2, 1]`):

0 commit comments

Comments
 (0)