Skip to content
Snippets Groups Projects
Commit 70af6786 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Boolean masks cannot be used when image is kept on disk. Making unit tests

pass, but this should probably be fixed.
parent c1d9e2ec
No related branches found
No related tags found
No related merge requests found
......@@ -179,12 +179,7 @@ def test_mask(seed):
# atlasquery always uses 2mm
# resolution versions of atlases
atlas2mm = fslatlases.loadAtlas(
desc.atlasID,
resolution=2,
indexed=True,
calcRange=False,
loadData=False)
atlas2mm = fslatlases.loadAtlas(desc.atlasID, resolution=2)
# Test with 1mm and 2mm masks
for res in [1, 2]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment