Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
808495a61a
commit
823d98f027
1 changed files with 3 additions and 1 deletions
|
@ -141,7 +141,9 @@ Output:
|
||||||
[1 2 3 4]]]
|
[1 2 3 4]]]
|
||||||
```
|
```
|
||||||
|
|
||||||
### Don’t confuse tile() with repeat()!
|
## [numpy.repeat](https://numpy.org/doc/stable/reference/generated/numpy.repeat.html#numpy-repeat)
|
||||||
|
|
||||||
|
**Don’t confuse tile() with repeat()!**
|
||||||
|
|
||||||
```python
|
```python
|
||||||
numpy.repeat(a, repeats, axis=None)[source]
|
numpy.repeat(a, repeats, axis=None)[source]
|
||||||
|
|
Loading…
Reference in a new issue