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.
2 parents 5b9a796 + 2de9ced commit f38fb07Copy full SHA for f38fb07
nipype/interfaces/dipy/base.py
@@ -36,7 +36,7 @@ class DipyBaseInterface(BaseInterface):
36
"""
37
def __init__(self, **inputs):
38
if no_dipy():
39
- IFLOGGER.error('dipy was not found')
+ IFLOGGER.warn('dipy was not found')
40
# raise ImportError('dipy was not found')
41
super(DipyBaseInterface, self).__init__(**inputs)
42
0 commit comments