Skip to content

Commit f16b737

Browse files
Julien Marabottooesteban
authored andcommitted
Updated changes - see previous commit for details
1 parent cc3b21e commit f16b737

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

nitransforms/resampling.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,9 @@ def apply(
9292
_as_homogeneous(transform.map(_ref.ndcoords.T), dim=_ref.ndim)
9393
)
9494

95-
if data.ndim < targets.shape[-1]:
96-
data = data[..., np.newaxis]
97-
98-
import pdb; pdb.set_trace()
99-
95+
#if data.ndim < targets.shape[-1]:
96+
# data = data[..., np.newaxis]
97+
10098
#import pdb; pdb.set_trace()
10199
resampled = ndi.map_coordinates(
102100
data,

0 commit comments

Comments
 (0)