Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 078d722

Browse files
committedFeb 14, 2019
import math and csv modules for bids_gen_info
1 parent fbf2c35 commit 078d722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎nipype/algorithms/modelgen.py

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.