Update test_stocproc.py

This commit is contained in:
Richard Hartmann 2015-08-27 18:04:06 +02:00
parent 09e21ef043
commit b2af87b8bb

View file

@ -26,9 +26,10 @@ from scipy.interpolate import InterpolatedUnivariateSpline
from scipy.integrate import quad
try:
import matplotlib.pyplot as plt
from mpl_toolkits.axes_grid1 import make_axes_locatable
except ImportError:
print("matplotlib not found -> any plotting will crash")
from mpl_toolkits.axes_grid1 import make_axes_locatable
import functools
import time