Skip to content

Commit 0d61bfb

Browse files
authored
Merge pull request #2881 from gpiantoni/master
FIX: Import math and csv modules for bids_gen_info
2 parents 6b43580 + 078d722 commit 0d61bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/algorithms/modelgen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from builtins import range, str, bytes, int
1717

1818
from copy import deepcopy
19-
import os
19+
import os, math, csv
2020

2121
from nibabel import load
2222
import numpy as np

0 commit comments

Comments
 (0)