Skip to content

Commit

Permalink
BF
Browse files Browse the repository at this point in the history
  • Loading branch information
36000 committed Jan 22, 2024
1 parent 5e5da19 commit 646f335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AFQ/api/group.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@ def load_next_subject():
this_bundles_file = self.export(
"bundles", collapse=False)[sub][ses]
this_mapping = self.export("mapping", collapse=False)[sub][ses]
this_img = nib.load(self.export(
"dwi", collapse=False)[sub][ses])
this_img = self.export(
"dwi", collapse=False)[sub][ses]
seg_sft = aus.SegmentedSFT.fromfile(
this_bundles_file,
this_img)
Expand Down

0 comments on commit 646f335

Please sign in to comment.