Skip to content

Commit 56afd8b

Browse files
committed
fix: manually update test oracle as they look as set for them to test with actually broken code
1 parent 4d35830 commit 56afd8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nitransforms/nonlinear.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,10 +453,10 @@ def map(self, x, inverse=False):
453453
>>> xfm = BSplineFieldTransform(test_dir / "someones_bspline_coefficients.nii.gz")
454454
>>> xfm.reference = test_dir / "someones_anatomy.nii.gz"
455455
>>> xfm.map([-6.5, -36., -19.5]).tolist() # doctest: +ELLIPSIS
456-
[[-6.5, -31.476097418406..., -19.5]]
456+
[[-6.5, -36.475114..., -19.5]]
457457
458458
>>> xfm.map([[-6.5, -36., -19.5], [-1., -41.5, -11.25]]).tolist() # doctest: +ELLIPSIS
459-
[[-6.5, -31.4760974184..., -19.5], [-1.0, -3.807267537712..., -11.25]]
459+
[[-6.5, -36.475114..., -19.5], [-1.0, -42.03878957..., -11.25]]
460460
461461
"""
462462
vfunc = partial(

0 commit comments

Comments
 (0)