mirror of https://github.com/m-labs/artiq.git
ipython notebook example: datasets subgroup
This commit is contained in:
parent
f3d8ac301c
commit
e2def34ede
|
@ -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)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue