8000 FIX: Test failures by effigies · Pull Request #3587 · nipy/nipype · GitHub
[go: up one dir, main page]

Skip to content

FIX: Test failures #3587

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jul 5, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
FIX: Remove unused decorators that depended on deprecated numpy module
  • Loading branch information
effigies committed Jul 5, 2023
commit d473dcbcf676303d2c0e16fa5884506baa52dac1
3 changes: 0 additions & 3 deletions nipype/testing/__init__.py
6390
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@
template = funcfile
transfm = funcfile

from . import decorators
from .utils import package_check, TempFATFS

skipif = decorators.dec.skipif


def example_data(infile="functional.nii"):
"""returns path to empty example data files for doc tests
Expand Down
98 changes: 0 additions & 98 deletions nipype/testing/decorators.py

This file was deleted.

0