Re: array type casting problem in scipy.interpolate
- From: "bgs" <bgs248@xxxxxxxxxxx>
- Date: 30 Apr 2005 12:32:31 -0700
The routine requires real arrays, and you are giving it one complex
one. It does not know what to do with the complex array. What are you
expecting it to do? If you need the real and imaginary parts to be
separately interpolated, then split the complex array into two real
arrays and use the routine twice.
.
- Prev by Date: Re: tkinter OptionMenu column break
- Next by Date: Re: Writing to log file when script is killed
- Previous by thread: [Py Windows] User Directory Path
- Next by thread: Tripoli: a Python-based triplespace implementation
- Index(es):
Relevant Pages
|