Skip to content

Commit 5b5b3d4

Browse files
committed
remove the numerical comparison
1 parent b97e16d commit 5b5b3d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lectures/numpy.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,8 +1499,7 @@ for i in range(d1):
14991499
qe.toc()
15001500
```
15011501

1502-
Note that the `for` loop takes about 80
1503-
times longer than the broadcasting operation on this machine.
1502+
Note that the `for` loop takes much longer than the broadcasting operation.
15041503

15051504
Compare your answer with the output of broadcasting
15061505

0 commit comments

Comments
 (0)