Skip to content

Commit

Permalink
Revert "Updated test_data fixture"
Browse files Browse the repository at this point in the history
This reverts commit e30103f.
  • Loading branch information
rmanaem committed Nov 6, 2023
1 parent e30103f commit 4d9299f
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,23 @@ def test_data():
"dataset_portal_uri": "https://www.ppmi-info.org/access-data-specimens/download-data",
"num_matching_subjects": 3,
"records_protected": True,
"subject_data": [],
"subject_data": [
{
"session_file_path": "/my/happy/path/sub-719238/to/session-01"
},
{
"session_file_path": "/my/happy/path/sub-719341/to/session-01"
},
{
"session_file_path": "/my/happy/path/sub-719369/to/session-01"
},
{
"session_file_path": "/my/happy/path/sub-719238/to/session-02"
},
{
"session_file_path": "/my/happy/path/sub-719341/to/session-02"
},
],
"image_modals": [
"http://purl.org/nidash/nidm#FlowWeighted",
"http://purl.org/nidash/nidm#T1Weighted",
Expand Down

0 comments on commit 4d9299f

Please sign in to comment.