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

@@ -1478,5 +1478,5 @@
], ],
"metadata": {}, "metadata": {},
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 2 "nbformat_minor": 4
} }

View File

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

View File

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

View File

@@ -51,5 +51,5 @@
], ],
"metadata": {}, "metadata": {},
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 2 "nbformat_minor": 4
} }