Skip to content

Commit

Permalink
Patch permissions error in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
emdupre committed Apr 11, 2018
1 parent 2210fc4 commit eb45249
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: download and unzip processed data
command: |
curl -L -o /home/neuro/data/test_res.tar.gz https://www.dropbox.com/s/yzswu6ljnfxlhyo/test_res.tar.gz?dl=0
tar -xvzf /home/neuro/data/test_res.tar.gz -C /home/neuro/data
tar -xvzf /home/neuro/data/test_res.tar.gz
- run:
Expand Down
3 changes: 2 additions & 1 deletion tedana/tests/test_tedana.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import numpy as np
from pathlib import Path


def test_basic_tedana():
"""
A very simple test, to confirm that tedana creates output
Expand Down Expand Up @@ -65,4 +66,4 @@ def test_outputs():
test_dir = Path('/home/neuro/data/test_res/')
res_dir = Path('/home/neuro/code/TED/')
for fn in nifti_test_list:
compare_nifti(fn, test_dir, res_dir)
compare_nifti(fn, test_dir, res_dir)

0 comments on commit eb45249

Please sign in to comment.