mirror of
https://github.com/vale981/stocproc
synced 2025-03-05 09:41: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
|
from scipy.integrate import quad
|
||||||
try:
|
try:
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
|
from mpl_toolkits.axes_grid1 import make_axes_locatable
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print("matplotlib not found -> any plotting will crash")
|
print("matplotlib not found -> any plotting will crash")
|
||||||
from mpl_toolkits.axes_grid1 import make_axes_locatable
|
|
||||||
import functools
|
import functools
|
||||||
import time
|
import time
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue