Skip to content

Commit

Permalink
adjusting test default no longer uses callosum_bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
bloomdt-uw committed Oct 14, 2020
1 parent f7ec43f commit 0a877d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFQ/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def test_make_bundle_dict():
num_hemi_bundles = (len(api.BUNDLES)-2)*2

# bundles that cross the midline
num_whole_bundles = 2+len(api.CALLOSUM_BUNDLES)
num_whole_bundles = 2

assert len(afq_bundles) == num_hemi_bundles + num_whole_bundles

Expand Down

0 comments on commit 0a877d7

Please sign in to comment.