Fix hint in question 53 .ipynb & .md files
This commit is contained in:
@@ -866,7 +866,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"#### 53. How to convert a float (32 bits) array into an integer (32 bits) in place? \n",
|
"#### 53. How to convert a float (32 bits) array into an integer (32 bits) in place? \n",
|
||||||
"(**hint**: astype(copy=False))"
|
"(**hint**: view and [:] = )"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1611,7 +1611,7 @@
|
|||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.6.4"
|
"version": "3.7.6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
|||||||
@@ -351,7 +351,7 @@ np.sqrt(-1) == np.emath.sqrt(-1)
|
|||||||
|
|
||||||
#### 53. How to convert a float (32 bits) array into an integer (32 bits) in place?
|
#### 53. How to convert a float (32 bits) array into an integer (32 bits) in place?
|
||||||
|
|
||||||
(**hint**: astype(copy=False))
|
(**hint**: view and [:] = )
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user