mirror of
https://github.com/vale981/stocproc
synced 2025-03-04 17:21:42 -05:00
Update test_stocproc.py
This commit is contained in:
parent
09e21ef043
commit
b2af87b8bb
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue