@@ -1113,8 +1113,8 @@
|
|||||||
},
|
},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"Z = np.arange(10, dtype=np.int32)\n",
|
"Z = np.arange(10, dtype=np.float32)\n",
|
||||||
"Z = Z.astype(np.float32, copy=False)\n",
|
"Z = Z.astype(np.int32, copy=False)\n",
|
||||||
"print(Z)"
|
"print(Z)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user