From 208a18f354ba7e9e9197e2a6f225014ab8be834f Mon Sep 17 00:00:00 2001 From: skbidiap <sushil.bhattacharjee@idiap.ch> Date: Fri, 10 Mar 2017 14:44:48 +0100 Subject: [PATCH] fixed bug in example code --- doc/guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guide.rst b/doc/guide.rst index 064cde5..8350976 100644 --- a/doc/guide.rst +++ b/doc/guide.rst @@ -58,7 +58,7 @@ The function ``galbally_iqm_features::compute_quality_features()`` returns a 1D >>> video4d = bob.io.video.reader(video_file) # doctest: +SKIP >>> rgb_frame = video4d[0] >>> print(rgb_frame.shape) - [3, 480, 720] + (3, 480, 720) >>> gf_set = iqm.compute_quality_features(rgb_frame) >>> print(len(gf_set)) 18 -- GitLab