Skip to content

Commit eeae750

Browse files
committed
fix: rename test
1 parent f4e704f commit eeae750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nitransforms/tests/test_nonlinear.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ def test_densefield_map(get_testdata, image_orientation, ongrid):
144144
) < 0.5
145145

146146

147-
def test_map_bspline_vs_displacement(tmp_path, testdata_path):
148-
"""Cross-check B-Splines and deformation field."""
147+
def test_densefield_map_vs_bspline(tmp_path, testdata_path):
148+
"""Cross-check B-Splines and displacements field."""
149149
os.chdir(str(tmp_path))
150150

151151
img_name = testdata_path / "someones_anatomy.nii.gz"

0 commit comments

Comments
 (0)