diff --git a/bob/bio/vein/configurations/biowave_test.py b/bob/bio/vein/configurations/biowave_test.py deleted file mode 100644 index d5c612555a3795f7e7c1d1d0973c56164e07be69..0000000000000000000000000000000000000000 --- a/bob/bio/vein/configurations/biowave_test.py +++ /dev/null @@ -1,43 +0,0 @@ -#!/usr/bin/env python -# vim: set fileencoding=utf-8 : -# Tue 27 Sep 2016 16:47:58 CEST - -"""Not yet documented - -.. todo:: - - Document this module - -""" - -from bob.bio.vein.database import BiowaveTestBioDatabase - -biowave_test_image_directory = "[YOUR_BIOWAVE_TEST_DIRECTORY]" -"""Not yet documented - -.. todo:: - - Document this attribute - -""" - -database = BiowaveTestBioDatabase( - original_directory=biowave_test_image_directory, - original_extension='.png', -) -"""Not yet documented - -.. todo:: - - Document this attribute - -""" - -protocol = 'all' -"""Not yet documented - -.. todo:: - - Document this attribute - -"""