2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-04 17:31:10 +08:00

ipython notebook example: datasets subgroup

This commit is contained in:
Robert Jördens 2016-04-08 12:21:26 +08:00
parent f3d8ac301c
commit e2def34ede

View File

@ -272,7 +272,7 @@
"\n", "\n",
"with h5py.File(glob.glob(f)[0]) as f:\n", "with h5py.File(glob.glob(f)[0]) as f:\n",
" print(\"available datasets\", list(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)"
] ]
}, },
{ {