Skip to content

Commit

Permalink
Merge pull request #50 from yjmantilla/brainhack
Browse files Browse the repository at this point in the history
fixing bug from #48
  • Loading branch information
yjmantilla authored Dec 1, 2021
2 parents 735ce4d + 7690ba4 commit 86eaad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion front/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def exclude():
"id": 0,
"method": "get_files",
"params": {
"rules": {'non-bids':{'eeg_extension':'.vhdr'}},
"rules": {},
"path": app.config['UPLOAD_FOLDER'].replace('\\','/')
}
}
Expand Down
2 changes: 1 addition & 1 deletion sovabids/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,5 +217,5 @@ def make_dummy_dataset(PATTERN='T%task%/S%session%/sub%subject%_%acquisition%_%r
dummy = dummy.replace('%acquisition%',acq)
path = [data_dir] +dummy.split('/')
fpath = os.path.join(*path)
_write_raw_brainvision(raw,fpath,new_events)
_write_raw_brainvision(raw,fpath,new_events,overwrite=True)

0 comments on commit 86eaad8

Please sign in to comment.