parent
2bc183133c
commit
a8ec85db11
@ -527,8 +527,8 @@ print(D)
|
|||||||
|
|
||||||
|
|
||||||
```python
|
```python
|
||||||
Z = np.arange(10, dtype=np.int32)
|
Z = np.arange(10, dtype=np.float32)
|
||||||
Z = Z.astype(np.float32, copy=False)
|
Z = Z.astype(np.int32, copy=False)
|
||||||
print(Z)
|
print(Z)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user