Updated files
This commit is contained in:
@@ -1478,5 +1478,5 @@
|
|||||||
],
|
],
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
"nbformat_minor": 2
|
"nbformat_minor": 4
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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)
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -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)
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -51,5 +51,5 @@
|
|||||||
],
|
],
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
"nbformat_minor": 2
|
"nbformat_minor": 4
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user