From 078d722f96b5b09b62cefa4c32673d7485991bdf Mon Sep 17 00:00:00 2001 From: Gio at UMCU Date: Thu, 14 Feb 2019 14:46:02 +0100 Subject: [PATCH] import math and csv modules for bids_gen_info --- nipype/algorithms/modelgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nipype/algorithms/modelgen.py b/nipype/algorithms/modelgen.py index 9a0984c885..b57e6bfcd5 100644 --- a/nipype/algorithms/modelgen.py +++ b/nipype/algorithms/modelgen.py @@ -16,7 +16,7 @@ from builtins import range, str, bytes, int from copy import deepcopy -import os +import os, math, csv from nibabel import load import numpy as np