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

[data.stare] Fix test skip check

parent b699ecf5
No related branches found
No related tags found
1 merge request!12Streamlining
...@@ -63,12 +63,12 @@ def test_loading(): ...@@ -63,12 +63,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.drive.datadir') @rc_variable_set('bob.ip.binseg.stare.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.drive.datadir') @rc_variable_set('bob.ip.binseg.stare.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