Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 18, 2023
1 parent 449cf91 commit 2dcb853
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion pydra/tasks/mrtrix3/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
def _docdir(request):
doctest_plugin = request.config.pluginmanager.getplugin("doctest")
if isinstance(request.node, doctest_plugin.DoctestItem):

# get the fixture dynamically by its name
tmpdir = pp.local(data_dir)

Expand Down
2 changes: 0 additions & 2 deletions pydra/tasks/mrtrix3/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def nifti_dataset(work_dir):


def test_mrconvert_default_out_file(nifti_dataset):

task = MRConvert(in_file=nifti_dataset, axes=[0, 1, 2, -1])

result = task()
Expand All @@ -34,7 +33,6 @@ def test_mrconvert_default_out_file(nifti_dataset):
)
)
def test_mrconvert_explicit_out_file(dwi_dicom_dataset):

task = MRConvert(in_file=dwi_dicom_dataset, out_file="test.nii.gz")

result = task()
Expand Down

0 comments on commit 2dcb853

Please sign in to comment.