ipython notebook example: datasets subgroup

This commit is contained in:
Robert Jördens 2016-04-08 12:21:26 +08:00
parent 01f2b6731c
commit cc77d5b791
1 changed files with 1 additions and 1 deletions

View File

@ -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)"
]
},
{