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
Branches
Tags
1 merge request!12Streamlining
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment