Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-08-19 21:10:14 +02:00
parent 4f69855311
commit e5df0d4d1f

View File

@@ -13,7 +13,7 @@ import math
import warnings
try:
import numpy as npp
import numpy as np
_numpy_supported = True
except ImportError:
_numpy_supported = False