Skip to content

Commit

Permalink
corrected output
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Jun 13, 2023
1 parent 2c0abab commit 715c906
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/19_spatial_transforms/scaling_coordinate_lists.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 1,
"id": "b2f0de47-ecf1-413e-922e-acbe01b8fc19",
"metadata": {
"tags": []
Expand All @@ -36,7 +36,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 2,
"id": "d6680458-dbc7-4967-824e-761224c5bad0",
"metadata": {
"tags": []
Expand Down Expand Up @@ -73,7 +73,7 @@
" [0, 0, 0, ..., 0, 0, 0]], dtype=uint32)"
]
},
"execution_count": 4,
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -96,7 +96,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 3,
"id": "6d35fad4-7c0a-4eb5-89cb-358302adcd8b",
"metadata": {
"tags": []
Expand All @@ -115,7 +115,7 @@
" 26.266666 ]], dtype=float32)"
]
},
"execution_count": 5,
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -137,7 +137,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 4,
"id": "3b1979ab-36e9-42fb-865a-4253b004f6fa",
"metadata": {
"tags": []
Expand All @@ -149,7 +149,7 @@
"(2, 6)"
]
},
"execution_count": 6,
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -170,7 +170,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 5,
"id": "a1ba4332-a51a-45c4-a81d-64e6376e2eed",
"metadata": {
"tags": []
Expand All @@ -182,7 +182,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 6,
"id": "b1db7b9a-352b-4d75-afe3-2c5e2359317b",
"metadata": {
"tags": []
Expand All @@ -192,16 +192,16 @@
"data": {
"text/html": [
"<pre>cle.array([[0.07586207 0.77894735 1.7849673 2.459091 2.9012659 4.357143 ]\n",
" [5.2551723 8.926316 3.55817 0.81428576 9.405064 5.2533336 ]], dtype=float32)</pre>"
" [2.6275861 4.463158 1.779085 0.40714288 4.702532 2.6266668 ]], dtype=float32)</pre>"
],
"text/plain": [
"cl.OCLArray([[0.07586207, 0.77894735, 1.7849673 , 2.459091 , 2.9012659 ,\n",
" 4.357143 ],\n",
" [5.2551723 , 8.926316 , 3.55817 , 0.81428576, 9.405064 ,\n",
" 5.2533336 ]], dtype=float32)"
" [2.6275861 , 4.463158 , 1.779085 , 0.40714288, 4.702532 ,\n",
" 2.6266668 ]], dtype=float32)"
]
},
"execution_count": 15,
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
Expand Down

0 comments on commit 715c906

Please sign in to comment.