Skip to content

Commit

Permalink
ipython notebook example: datasets subgroup
Browse files Browse the repository at this point in the history
jordens committed Apr 8, 2016
1 parent f3d8ac3 commit e2def34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/examples/artiq_ipython_notebook.ipynb
Original file line number Diff line number Diff line change
@@ -272,7 +272,7 @@
"\n",
"with h5py.File(glob.glob(f)[0]) as f:\n",
" print(\"available datasets\", list(f))\n",
" assert np.allclose(f[\"flopping_f_brightness\"], d)"
" assert np.allclose(f[\"datasets/flopping_f_brightness\"], d)"
]
},
{

0 comments on commit e2def34

Please sign in to comment.