Skip to content

Commit

Permalink
added transpose to fornix and genu data
Browse files Browse the repository at this point in the history
  • Loading branch information
rutgerfick committed Feb 19, 2018
1 parent 19ea3f6 commit 3aae08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmipy/data/saved_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def isbi2015_white_matter_challenge():
scheme = (
saved_acquisition_schemes.isbi2015_white_matter_challenge_scheme()
)
return scheme, data_genu, data_fornix
return scheme, data_genu.T, data_fornix.T


def synthetic_camino_data_parallel():
Expand Down

0 comments on commit 3aae08a

Please sign in to comment.