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 d0190f8 commit 55872dbCopy full SHA for 55872db
nipype/__init__.py
@@ -18,16 +18,6 @@
18
from .fixes.numpy.testing import nosetester
19
from .refs import due
20
21
-
22
-# Use duecredit (duecredit.org) to provide a citation to relevant work to
23
-# be cited. This does nothing, unless the user has duecredit installed,
24
-# And calls this with duecredit (as in `python -m duecredit script.py`):
25
-from .due import due, Doi
26
-due.cite(Doi("10.3389/fninf.2011.00013"),
27
- description="A flexible, lightweight and extensible neuroimaging data"
28
- " processing framework in Python",
29
- tags=["nipype"],)
30
31
try:
32
import faulthandler
33
faulthandler.enable()
0 commit comments