Skip to content

Commit

Permalink
fix tiny_bids json error
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Oct 25, 2023
1 parent 6afa937 commit 89338c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions mne_bids/tests/data/tiny_bids/code/make_tiny_bids_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,11 @@
sessions_json_bp = sessions_tsv_bp.copy().update(extension=".json")
sessions_json_content = """{
"acq_time":{
"Description":"date of the first acquistion of the session",
"Units":"date",
"TermURL":"https://tools.ietf.org/html/rfc3339#section-5.6"
"Description": "date of the first acquistion of the session",
"TermURL": "https://tools.ietf.org/html/rfc3339#section-5.6"
},
"pathology":{
"Description":"Disease state of the subject when applicable",
"Description": "Disease state of the subject when applicable"
}
}
"""
Expand Down
7 changes: 3 additions & 4 deletions mne_bids/tests/data/tiny_bids/sub-01/sub-01_sessions.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"acq_time":{
"Description":"date of the first acquistion of the session",
"Units":"date",
"TermURL":"https://tools.ietf.org/html/rfc3339#section-5.6"
"Description": "date of the first acquistion of the session",
"TermURL": "https://tools.ietf.org/html/rfc3339#section-5.6"
},
"pathology":{
"Description":"Disease state of the subject when applicable",
"Description": "Disease state of the subject when applicable"
}
}

0 comments on commit 89338c2

Please sign in to comment.