[SciPy-dev] r5268

Pauli Virtanen pav at iki.fi
Thu Dec 18 15:33:54 EST 2008


Thu, 18 Dec 2008 08:36:17 +0100, Tom Grydeland wrote:

> On Wed, Dec 17, 2008 at 10:39 PM, Pauli Virtanen <pav at iki.fi> wrote:
> 
>> 1D spline interpolation has never worked for complex-valued data, due
>> to _fitpack.bisplev being written in C, [...]
> 
> Could this be addressed by calling bisplev twice, once for the real part
> and once for the imaginary part?

Excellent point, it's linear in the data, so we can do this.

Committed as r5275, with tests. This is a rather trivial change.

-- 
Pauli Virtanen




More information about the SciPy-Dev mailing list