Skip to content

Commit cdfaae5

Browse files
authored
Update README.md
1 parent 89c8a2f commit cdfaae5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ For the beginner with numpy it can be easy to work on copies of matrices which u
6868
First we make a random square array and modify it twice using copies taking 2.3GB RAM:
6969

7070
In [1]: imu.start_watching_memory()
71-
72-
   In [2]: a = np.random.random((int(1e4),int(1e4)))
71+
In [2]: a = np.random.random((int(1e4),int(1e4)))
7372
In [2] used 762.9531 MiB RAM in 2.21s, peaked 0.00 MiB above current, total RAM usage 812.30 MiB
7473

7574
In [3]: b = a*2

0 commit comments

Comments
 (0)