From e2def34ede40c229fd18de0b6c948aa5d395e604 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Fri, 8 Apr 2016 12:21:26 +0800 Subject: [PATCH] ipython notebook example: datasets subgroup --- artiq/examples/artiq_ipython_notebook.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/examples/artiq_ipython_notebook.ipynb b/artiq/examples/artiq_ipython_notebook.ipynb index 1d6026090..d88cd8b94 100644 --- a/artiq/examples/artiq_ipython_notebook.ipynb +++ b/artiq/examples/artiq_ipython_notebook.ipynb @@ -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)" ] }, {