Providing another test case that actually runs an extractor and an algorithm that do not require training should be straightforward. Just replace the command line with something like
bob.bio.base@2016-03-09 14:36:22,159 -- ERROR: During the execution, an exception was raised: The given directory type 'features' is not supported.Traceback (most recent call last): File "/home/miniconda2/envs/bob.example.facevoice/bin/verify.py", line 6, in <module> sys.exit(bob.bio.base.script.verify.main()) File "/home/miniconda2/envs/bob.example.facevoice/lib/python2.7/site-packages/bob.bio.base-2.0.5-py2.7.egg/bob/bio/base/script/verify.py", line 435, in main verify(args, command_line_parameters) File "/home/miniconda2/envs/bob.example.facevoice/lib/python2.7/site-packages/bob.bio.base-2.0.5-py2.7.egg/bob/bio/base/script/verify.py", line 382, in verify if not execute(args): File "/home/miniconda2/envs/bob.example.facevoice/lib/python2.7/site-packages/bob.bio.base-2.0.5-py2.7.egg/bob/bio/base/script/verify.py", line 338, in execute write_compressed = args.write_compressed_score_files) File "/home/miniconda2/envs/bob.example.facevoice/lib/python2.7/site-packages/bob.bio.base-2.0.5-py2.7.egg/bob/bio/base/tools/scoring.py", line 273, in compute_scores _scores_c(algorithm, t_model_ids, group, force) File "/home/miniconda2/envs/bob.example.facevoice/lib/python2.7/site-packages/bob.bio.base-2.0.5-py2.7.egg/bob/bio/base/tools/scoring.py", line 163, in _scores_c probe_files = fs.get_paths(probe_objects, 'projected' if algorithm.performs_projection else 'features') File "/home/miniconda2/envs/bob.example.facevoice/lib/python2.7/site-packages/bob.bio.base-2.0.5-py2.7.egg/bob/bio/base/tools/FileSelector.py", line 103, in get_paths raise ValueError("The given directory type '%s' is not supported." % directory_type)ValueError: The given directory type 'features' is not supported.