Skip to content

Commit

Permalink
STY: Reduce docstring line length even more for `test_proximity_estim…
Browse files Browse the repository at this point in the history
…ator_trivial_model`
  • Loading branch information
sebastientourbier authored and oesteban committed Apr 5, 2022
1 parent 282bf49 commit cba93d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eddymotion/tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


def test_proximity_estimator_trivial_model(pkg_datadir):
"""Check the proximity of transforms estimated by `EddyMotionEstimator` with a trivial B0 model."""
"""Check the proximity of transforms estimated by the estimator with a trivial B0 model."""
_img = nb.load((pkg_datadir / 'b0.moving.nii.gz'))
_moving_b0s_data = _img.get_fdata()[..., 1:]
_b0 = _img.get_fdata()[..., 0]
Expand Down

0 comments on commit cba93d8

Please sign in to comment.