Skip to content

Commit

Permalink
Merge pull request #2533 from effigies/fix/import_numpy
Browse files Browse the repository at this point in the history
FIX: Import numpy in workflows.stc
  • Loading branch information
effigies authored Sep 13, 2021
2 parents a700aa9 + d5a582f commit 7d0ccbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fmriprep/workflows/bold/stc.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
.. autofunction:: init_bold_stc_wf
"""
import numpy as np
import nibabel as nb
from nipype.pipeline import engine as pe
from nipype.interfaces import utility as niu, afni
Expand Down

0 comments on commit 7d0ccbf

Please sign in to comment.