From 814b140251ac35f7092640d715478d25ac714b5f Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Fri, 10 Apr 2020 16:29:38 +0200 Subject: [PATCH] [data.hrf] Fix test check --- bob/ip/binseg/data/hrf/test.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bob/ip/binseg/data/hrf/test.py b/bob/ip/binseg/data/hrf/test.py index 1cb21407..881c9a84 100644 --- a/bob/ip/binseg/data/hrf/test.py +++ b/bob/ip/binseg/data/hrf/test.py @@ -2,7 +2,7 @@ # coding=utf-8 -"""Tests for STARE""" +"""Tests for HRF""" import os import nose.tools @@ -47,12 +47,12 @@ def test_loading(): for s in subset["test"]: _check_sample(s) -@rc_variable_set('bob.ip.binseg.stare.datadir') +@rc_variable_set('bob.ip.binseg.hrf.datadir') def test_check(): nose.tools.eq_(dataset.check(), 0) -@rc_variable_set('bob.ip.binseg.stare.datadir') +@rc_variable_set('bob.ip.binseg.hrf.datadir') def test_torch_dataset(): def _check_sample(s): -- GitLab