From f8dde714a13312e12495e4a1f545dbdd15bd2a59 Mon Sep 17 00:00:00 2001
From: Teodors EGLITIS <teodors.eglitis@idiap.ch>
Date: Wed, 28 Sep 2016 11:09:23 +0200
Subject: [PATCH] Delete biowave_test configuration

---
 bob/bio/vein/configurations/biowave_test.py | 43 ---------------------
 1 file changed, 43 deletions(-)
 delete mode 100644 bob/bio/vein/configurations/biowave_test.py

diff --git a/bob/bio/vein/configurations/biowave_test.py b/bob/bio/vein/configurations/biowave_test.py
deleted file mode 100644
index d5c6125..0000000
--- 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
-
-"""
-- 
GitLab