Skip to content

Commit

Permalink
update gha
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed Apr 30, 2024
1 parent b0cbc1e commit 7740e26
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_datasets_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,12 @@ def tearDown(self):

def test_fetch_data_openneuro(self):
# no dir
#ds = nt.fetch_data('openneuro/ds004711', self.tmp_dir)
ds = nt.fetch_data('openneuro/ds004711')

# specific dir
ds = nt.fetch_data('openneuro/ds004711', self.tmp_dir)
self.assertEqual(ds, os.path.join(self.tmp_dir, 'openneuro/ds004711'))

def test_fetch_data_example(self):
ds = nt.fetch_data('example/dataset-01', self.tmp_dir)



if __name__ == '__main__':
Expand Down

0 comments on commit 7740e26

Please sign in to comment.