forked from M-Labs/artiq
ipython notebook example: datasets subgroup
This commit is contained in:
parent
01f2b6731c
commit
cc77d5b791
|
@ -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)"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue