Skip to content

Commit

Permalink
Fix compatibility issue with old dating experiments using interp1d.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Parrenin committed May 3, 2017
1 parent 4603ed2 commit 523c273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IceChrono.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from scipy.optimize import leastsq, minimize
from matplotlib.backends.backend_pdf import PdfPages
from scipy.linalg import cholesky
from scipy.interpolate import interp1d


###Registration of start time
Expand Down

0 comments on commit 523c273

Please sign in to comment.