From f0a13f2940d9622d2381d6deb645fb3edc4a37d9 Mon Sep 17 00:00:00 2001
From: Olegs NIKISINS <onikisins@italix03.idiap.ch>
Date: Mon, 12 Mar 2018 17:53:34 +0100
Subject: [PATCH] Changed hdf5 to h5

---
 bob/pad/face/config/batl_db.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bob/pad/face/config/batl_db.py b/bob/pad/face/config/batl_db.py
index 8c97f127..8a025b5d 100644
--- a/bob/pad/face/config/batl_db.py
+++ b/bob/pad/face/config/batl_db.py
@@ -10,7 +10,7 @@ from bob.pad.face.database import BatlPadDatabase
 ORIGINAL_DIRECTORY = "[YOUR_BATL_DB_DIRECTORY]"
 """Value of ``~/.bob_bio_databases.txt`` for this database"""
 
-ORIGINAL_EXTENSION = ".hdf5"  # extension of the data files
+ORIGINAL_EXTENSION = ".h5"  # extension of the data files
 
 ANNOTATIONS_TEMP_DIR = "/idiap/temp/onikisins/project/ODIN/experiment_data/pad_experiments_using_bob_py36/batl_db/annotations/"
 
-- 
GitLab