Updated files
This commit is contained in:
@@ -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)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user