Updated files

This commit is contained in:
Nicolas P. Rougier
2020-07-01 10:19:32 +02:00
parent 4a191c2c96
commit 56e31a9843
4 changed files with 4 additions and 4 deletions

View File

@@ -471,7 +471,7 @@ for dtype in [np.float32, np.float64]:
```python
np.set_printoptions(threshold=np.nan)
np.set_printoptions(threshold=float("inf"))
Z = np.zeros((16,16))
print(Z)
```