In the edge case where start_date is '2012-07-01' and end-date is '2012-07-02', the above code will throw the following Error on Scipy's inter1pd (i.e. the line output=f2(t_inter):
A value (525545.0) in x_new is above the interpolation range's maximum value (525540.0).
On Linux, Chronix2Grid version 1.2.0.post1, Python 3.12.7
When running:
In the edge case where start_date is '2012-07-01' and end-date is '2012-07-02', the above code will throw the following Error on Scipy's inter1pd (i.e. the line output=f2(t_inter):
Solution: Turn
Into