← Back to team overview

ufl team mailing list archive

Re: tests failing

 

On Thu, Dec 3, 2009 at 11:46 AM, Garth N. Wells <gnw20@xxxxxxxxx> wrote:
>
>
> Johannes Ring wrote:
>> BTW, any idea why only the winxp-mingw32 buildbot slave reports an
>> error when the UFL tests fail?
>>
>
> Nope. It failed on my computer. Are all the buildbots running the tests?

Yes. It is all green now but before your last two commits all the
slaves failed but only the Windows slave was red. See for instance
here:

http://fenics.org:8080/builders/ufl-hardy-i386/builds/10/steps/ufl%20check/logs/stdio

The exit code is 0.

Johannes

> Garth
>
>> Johannes
>>
>> On Thu, Dec 3, 2009 at 11:20 AM, Garth N. Wells <gnw20@xxxxxxxxx> wrote:
>>> The test for
>>>
>>>  estimate_max_polynomial_degree
>>>
>>> is failing. For
>>>
>>>        V2 = FiniteElement("CG", triangle, 2)
>>>        VV = VectorElement("CG", triangle, 3)
>>>        v2 = BasisFunction(V2)
>>>        vv = BasisFunction(VV)
>>>        print "****Degree ", estimate_max_polynomial_degree(v2*vv[0])
>>>
>>> UFL computes a max degree of 3, when it should obviously be 5.
>>>
>>> Anders: is this related the changes that you recently made?
>>>
>>> Garth
>>>
>>> _______________________________________________
>>> Mailing list: https://launchpad.net/~ufl
>>> Post to     : ufl@xxxxxxxxxxxxxxxxxxx
>>> Unsubscribe : https://launchpad.net/~ufl
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~ufl
>> Post to     : ufl@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~ufl
>> More help   : https://help.launchpad.net/ListHelp
>
>



References