The current implementation of Delaunay interpolator returns NaN for grids
whose x or y has dimension 1 (i.e. when you try to interpolate along a
horizontal/vertical line, or in a single point). See example below.
By looking at the code, it seems that this can be fixed by simple
rearrangement of ca
On 06.07.2012, at 3:49PM, Damon McDougall wrote:
>>
>> When I tested on Mac OS X 10.6 I found that most unit tests were somehow
>> missing. Rather than try to diagnose the problem, I built a new binary
>> on 10.6, confirmed that it installed properly (with all unit tests) on
>> 10.6 and 10.7,
On Tue, Jul 3, 2012 at 11:18 AM, Ryan May wrote:
> On Tue, Jul 3, 2012 at 10:03 AM, Tony Yu wrote:
> >
> >
> > On Tue, Jul 3, 2012 at 10:22 AM, Ryan May wrote:
> >>
> >> On Tue, Jul 3, 2012 at 9:14 AM, Tony Yu wrote:
> >> > On Mon, Jul 2, 2012 at 11:42 PM, Tony Yu wrote:
>
> >> >> I finally h