diff --git a/bob/ip/binseg/data/hrf/test.py b/bob/ip/binseg/data/hrf/test.py index 1cb21407c872611dc772ac9c5c50c8dcee309c8d..881c9a84acd02c0c095f87105df8d48f923fdae9 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):