Skip to content

Commit

Permalink
Merge branch 'osf' of https://github.com/khanlab/hippunfold into osf
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan DeKraker - B. Bernhardt Lab committed Nov 2, 2023
2 parents 6487773 + 5e9f933 commit d6de391
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hippunfold/workflow/scripts/create_warps.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,7 @@ def summary(name, array):
summary("displace_to_unfold_vec", displace_to_unfold_vec)

# create new shape as 5d vector image in native space
native_map_shape = np.ones(
5,
)
native_map_shape = np.ones(5,)
native_map_shape[:3] = mask.shape
native_map_shape[-1] = 3

Expand Down

0 comments on commit d6de391

Please sign in to comment.