Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #162 from jhlegarreta/RemoveUnusedParameterInTest
Browse files Browse the repository at this point in the history
ENH: Remove unused `tmp_path` parameter from test
  • Loading branch information
oesteban authored Apr 15, 2024
2 parents 2bcd6ab + ebb7da5 commit 5e5ac9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from eddymotion.estimator import EddyMotionEstimator


def test_proximity_estimator_trivial_model(datadir, tmp_path):
def test_proximity_estimator_trivial_model(datadir):
"""Check the proximity of transforms estimated by the estimator with a trivial B0 model."""

dwdata = DWI.from_filename(datadir / "dwi.h5")
Expand Down

0 comments on commit 5e5ac9b

Please sign in to comment.