[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Release candidate for Qhull 2012.1
From: |
Ben Abbott |
Subject: |
Re: Release candidate for Qhull 2012.1 |
Date: |
Mon, 30 Jan 2012 09:39:22 -0500 |
On Jan 30, 2012, at 8:46 AM, Robinson, Melvin D wrote:
> Rik,
>
> I pushed a changeset to fix the tests.
>
> http://hg.savannah.gnu.org/hgweb/octave/rev/2633baa831e2
>
> Ben
>
> Ben, somehow I did not pull any changes:
> octave:1> test convhulln.cc
> ***** testif HAVE_QHULL
> cube = [0 0 0;1 0 0;1 1 0;0 1 0;0 0 1;1 0 1;1 1 1;0 1 1];
> [h, v] = convhulln (cube);
> assert (size (h), [6 4]);
> h = sortrows (sort (h, 2), [1:4]);
> assert (h, [1 2 3 4; 1 2 5 6; 1 4 5 8; 2 3 6 7; 3 4 7 8; 5 6 7 8]);
> assert (v, 1, 10*eps);
> !!!!! test failed
> assert (size (h),[6, 4]) expected
> 6 4
> but got
> 12 3
> values do not match
>
> an hg pull -u and then make should suffice, right?
That should work. Are you using the default branch (or stable)?
In any event, verify your tip ...
$ hg tip
changeset: 14285:2633baa831e2
tag: tip
parent: 14281:b4d7de953066
user: Ben Abbott <address@hidden>
date: Mon Jan 30 08:22:32 2012 -0500
summary: Fix qhull tests.
And your branch.
$ hg branch
default
Ben
- Re: Release candidate for Qhull 2012.1, (continued)
- Re: Release candidate for Qhull 2012.1, Dmitri A. Sergatskov, 2012/01/29
- Re: Release candidate for Qhull 2012.1, Ben Abbott, 2012/01/29
- Re: Release candidate for Qhull 2012.1, Brad Barber, 2012/01/29
- Re: Release candidate for Qhull 2012.1, Ben Abbott, 2012/01/29
- Re: Release candidate for Qhull 2012.1, Dmitri A. Sergatskov, 2012/01/29
- Re: Release candidate for Qhull 2012.1, Robinson, Melvin D, 2012/01/30
- Re: Release candidate for Qhull 2012.1, Ben Abbott, 2012/01/30
- Re: Release candidate for Qhull 2012.1, Rik, 2012/01/30
- Re: Release candidate for Qhull 2012.1, Ben Abbott, 2012/01/30
- RE: Release candidate for Qhull 2012.1, Robinson, Melvin D, 2012/01/30
- Re: Release candidate for Qhull 2012.1,
Ben Abbott <=
- RE: Release candidate for Qhull 2012.1, Robinson, Melvin D, 2012/01/30
- Re: Qhull test changes, Rik, 2012/01/30
- Re: Qhull test changes, Ben Abbott, 2012/01/30
- Re: Qhull test changes, Rik, 2012/01/30
- Re: Qhull test changes, Alexander Hansen, 2012/01/30
- Re: Qhull test changes, Ben Abbott, 2012/01/30
- Re: Qhull test changes, Brad Barber, 2012/01/30
- Re: Qhull test changes, Ben Abbott, 2012/01/30
- Re: Qhull test changes, Brad Barber, 2012/01/30
- Re: Qhull test changes, Ben Abbott, 2012/01/31