I see, it only fails when you merge with master ---- do:

git checkout liealgebras_1
git fetch origin master:master
git merge master

ondrej@eagle:~/repos/sympy(a)$ bin/doctest sympy/liealgebras/
============================= test process starts ==============================
executable:         /usr/bin/python  (2.7.3-final-0) [CPython]
architecture:       64-bit
cache:              yes
ground types:       python
hash randomization: on (PYTHONHASHSEED=1463458604)

sympy/liealgebras/type_a.py[3] F..                                        [FAIL]

________________________________________________________________________________
_________________ sympy.liealgebras.type_a.TypeA.cartan_matrix _________________
File "sympy/liealgebras/type_a.py", line 87, in
sympy.liealgebras.type_a.TypeA.cartan_matrix
Failed example:
    c.cartan_matrix()
Expected:
        [ 2, -1,  0,  0]
        [-1,  2, -1,  0]
        [ 0, -1,  2, -1]
        [ 0,  0, -1,  2]
Got:
    Matrix([
    [ 2, -1,  0,  0],
    [-1,  2, -1,  0],
    [ 0, -1,  2, -1],
    [ 0,  0, -1,  2]])

============= tests finished: 2 passed, 1 failed, in 0.02 seconds ==============
DO *NOT* COMMIT!



This is the only failure. Can you please fix it? Normally you don't
have to worry about merging with master, but this PR took 3 weeks to
get in, and we probably merged some other pull request that made this
change.

Always watch the Travis results on the actual pull request, as Travis
merges with master automatically.

Nevertheless, we are very close now! Please keep going, let's get this
merged as soon as you fix this last failure.

Ondrej

On Tue, Jul 23, 2013 at 7:33 AM, Mary Clark <[email protected]> wrote:
> https://travis-ci.org/meclark256/sympy/builds/9332222
>
>
> On Tuesday, 23 July 2013 01:40:03 UTC+1, Ondřej Čertík wrote:
>>
>> Can you post a link? The latest commit is 957ea04, which has an "X" next
>> to it:
>>
>> https://travis-ci.org/sympy/sympy/builds/9332240
>>
>> which fails. This needs to get fixed, so that we can merge it.
>>
>> Ondrej
>>
>> On Mon, Jul 22, 2013 at 1:52 PM, Mary Clark <[email protected]> wrote:
>> > The latest build has now passed.
>> >
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups
>> > "sympy" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> > an
>> > email to [email protected].
>> > To post to this group, send email to [email protected].
>> > Visit this group at http://groups.google.com/group/sympy.
>> > For more options, visit https://groups.google.com/groups/opt_out.
>> >
>> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/sympy.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to