Skip to content

Commit 90c3134

Browse files
authored
Merge pull request #49 from ShivangiM/patch-1
Update 06_vispy.ipynb
2 parents 20a56c9 + ba24dbc commit 90c3134

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)