Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored May 16, 2024
1 parent f4331fb commit bfe592d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nitransforms/nonlinear.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def map(self, x, inverse=False):
indexes = tuple(tuple(i) for i in indexes)
return self._field[indexes]

return np.vstack(
new_map = np.vstack(
tuple(
map_coordinates(
self._field[..., i],
Expand Down

0 comments on commit bfe592d

Please sign in to comment.