Skip to content
Snippets Groups Projects
Commit 814b1402 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[data.hrf] Fix test check

parent 99259980
No related branches found
No related tags found
1 merge request!12Streamlining
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# coding=utf-8 # coding=utf-8
"""Tests for STARE""" """Tests for HRF"""
import os import os
import nose.tools import nose.tools
...@@ -47,12 +47,12 @@ def test_loading(): ...@@ -47,12 +47,12 @@ def test_loading():
for s in subset["test"]: _check_sample(s) 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(): def test_check():
nose.tools.eq_(dataset.check(), 0) 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 test_torch_dataset():
def _check_sample(s): def _check_sample(s):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment