Skip to content

Commit

Permalink
try another
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Aug 30, 2023
1 parent 4fc4417 commit eba9d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atlasreader/tests/test_atlasreader.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ def test_get_statmap_info():

def test_read_atlas_peaks():
# Load a correct atlas
atlasreader.read_atlas_peak('aal', [10, 10, 10])
atlasreader.read_atlas_peak('aicha', [10, 10, 10])
# Load a list of atlases
with pytest.raises(ValueError):
atlasreader.read_atlas_peak(2*['aal'], [10, 10, 10])
atlasreader.read_atlas_peak(2*['aicha'], [10, 10, 10])
# Load 'all' atlas
with pytest.raises(ValueError):
atlasreader.read_atlas_peak('all', [10, 10, 10])
Expand Down

0 comments on commit eba9d63

Please sign in to comment.