Skip to content

Commit ba24dbc

Browse files
authored
Update 06_vispy.ipynb
1 parent 20a56c9 commit ba24dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

featured/06_vispy.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
"source": [
208208
"program['a_position'] = np.c_[\n",
209209
" np.linspace(-1.0, +1.0, 1000),\n",
210-
" np.random.uniform(-0.5, +0.5, 1000)]"
210+
" np.random.uniform(-0.5, +0.5, 1000)].astype(np.float32)"
211211
]
212212
},
213213
{

0 commit comments

Comments
 (0)