We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda7c32 commit 4757becCopy full SHA for 4757bec
nipype/interfaces/niftyseg/base.py
@@ -16,7 +16,8 @@
16
See the docstrings of the individual classes for examples.
17
"""
18
19
-from nipype.interfaces.niftyreg.base import NiftyRegCommand, no_nifty_package
+from nipype.interfaces.niftyreg.base import no_nifty_package
20
+from nipype.interfaces.niftyfit.base import NiftyFitCommand
21
import subprocess
22
import warnings
23
@@ -25,7 +26,7 @@
25
26
warnings.filterwarnings('always', category=UserWarning)
27
28
-class NiftySegCommand(NiftyRegCommand):
29
+class NiftySegCommand(NiftyFitCommand):
30
31
Base support interface for NiftySeg commands.
32
0 commit comments