Skip to content

Commit 61ab885

Browse files
committed
TR updates
1 parent 781f3fe commit 61ab885

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
import numpy as np
22

3-
matrix = [list(range(100))] * 4
4-
arr = np.array(matrix)
3+
matrix = np.array(
4+
[
5+
[9, 3, 8, 3],
6+
[4, 5, 2, 8],
7+
[6, 4, 3, 1],
8+
[1, 0, 4, 5],
9+
])
510

611
matrix.flatten()

0 commit comments

Comments
 (0)