Skip to content

Commit

Permalink
Merge pull request #317 from mingujo/master
Browse files Browse the repository at this point in the history
fixed makefile and eda
  • Loading branch information
mingujo committed Dec 16, 2015
2 parents 5ff265a + efcc649 commit 94ebc51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: all clean coverage test verbose
.PHONY: all clean coverage test verbose data

all: clean

Expand Down
2 changes: 1 addition & 1 deletion code/utils/scripts/eda.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
data_path = project_path+'data/ds005/'
path_dict = {'data_filtered':{
'type' : 'filtered',
'feat' : '.feat/',
'feat' : '.feat',
'bold_img_name' : 'filtered_func_data_mni.nii.gz',
'run_path' : 'model/model001/'
},
Expand Down

0 comments on commit 94ebc51

Please sign in to comment.