Skip to content

Commit

Permalink
Updated test_data fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Nov 6, 2023
1 parent d269617 commit e30103f
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,7 @@ 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": [
{
"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"
},
],
"subject_data": [],
"image_modals": [
"http://purl.org/nidash/nidm#FlowWeighted",
"http://purl.org/nidash/nidm#T1Weighted",
Expand Down

0 comments on commit e30103f

Please sign in to comment.