add missing numpy import

This commit is contained in:
Chen 2016-09-02 14:37:15 -04:00 committed by chen
parent d41ac4e463
commit a2f3839ca8
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
import os,vtk
import damask
import numpy as np
from collections import defaultdict
from optparse import OptionParser

View File

@ -3,6 +3,7 @@
import os,vtk
import damask
import numpy as np
from collections import defaultdict
from optparse import OptionParser