Skip to content

Commit 4757bec

Browse files
committed
Changing NiftySegCommand to use NiftyFitCommand instead since no omp_core_val present
1 parent bda7c32 commit 4757bec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nipype/interfaces/niftyseg/base.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
See the docstrings of the individual classes for examples.
1717
"""
1818

19-
from nipype.interfaces.niftyreg.base import NiftyRegCommand, no_nifty_package
19+
from nipype.interfaces.niftyreg.base import no_nifty_package
20+
from nipype.interfaces.niftyfit.base import NiftyFitCommand
2021
import subprocess
2122
import warnings
2223

@@ -25,7 +26,7 @@
2526
warnings.filterwarnings('always', category=UserWarning)
2627

2728

28-
class NiftySegCommand(NiftyRegCommand):
29+
class NiftySegCommand(NiftyFitCommand):
2930
"""
3031
Base support interface for NiftySeg commands.
3132
"""

0 commit comments

Comments
 (0)