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

ENH: Remove unused tmp_path parameter from test #162

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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