Updated files
This commit is contained in:
parent
4a191c2c96
commit
56e31a9843
@ -1478,5 +1478,5 @@
|
||||
],
|
||||
"metadata": {},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 2
|
||||
"nbformat_minor": 4
|
||||
}
|
||||
|
@ -471,7 +471,7 @@ for dtype in [np.float32, np.float64]:
|
||||
`hint: np.set_printoptions`
|
||||
|
||||
```python
|
||||
np.set_printoptions(threshold=np.nan)
|
||||
np.set_printoptions(threshold=float("inf"))
|
||||
Z = np.zeros((16,16))
|
||||
print(Z)
|
||||
```
|
||||
|
@ -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)
|
||||
```
|
||||
|
@ -51,5 +51,5 @@
|
||||
],
|
||||
"metadata": {},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 2
|
||||
"nbformat_minor": 4
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user