2009/9/16 Minh Nguyen <nguyenmi...@gmail.com>:
>
> On Wed, Sep 16, 2009 at 10:52 AM, Jason Grout
> <jason-s...@creativetrax.com> wrote:
>
> <SNIP>
>
>> I think networkx 0.99 will require some nontrivial work in Sage, since
>> they changed a lot of things.

  I forgot to say about another package, but at least for now, they
don't "cascade" on several other doctest failures, so I am keeping
sage using the distro cvxopt for now:

sage -t  "devel/doc/en/numerical_sage/cvxopt.rst"
ESC[?1034h**********************************************************************
File "/usr/share/sage/devel/doc/en/numerical_sage/cvxopt.rst", line 57:
    sage: print(A)
Expected:
    SIZE: (5,5)
        (0, 0)  2.0000e+00
        (1, 0)  3.0000e+00
        (0, 1)  3.0000e+00
        (2, 1) -1.0000e+00
        (4, 1)  4.0000e+00
        (1, 2)  4.0000e+00
        (2, 2) -3.0000e+00
        (3, 2)  1.0000e+00
        (4, 2)  2.0000e+00
        (2, 3)  2.0000e+00
        (1, 4)  6.0000e+00
        (4, 4)  1.0000e+00
Got:
    [ 2.00e+00  3.00e+00     0         0         0    ]
    [ 3.00e+00     0      4.00e+00     0      6.00e+00]
    [    0     -1.00e+00 -3.00e+00  2.00e+00     0    ]
    [    0         0      1.00e+00     0         0    ]
    [    0      4.00e+00  2.00e+00     0      1.00e+00]
    <BLANKLINE>
**********************************************************************
File "/usr/share/sage/devel/doc/en/numerical_sage/cvxopt.rst", line 73:
    sage: print(C)
Expected:
       5.7895e-01
       -5.2632e-02
       1.0000e+00
       1.9737e+00
       -7.8947e-01
Got:
    [ 5.79e-01]
    [-5.26e-02]
    [ 1.00e+00]
    [ 1.97e+00]
    [-7.89e-01]
    <BLANKLINE>
**********************************************************************
File "/usr/share/sage/devel/doc/en/numerical_sage/cvxopt.rst", line 97:
    sage: print(P)
Expected:
    1
    0
    2
    3
Got:
    [ 1]
    [ 0]
    [ 2]
    [ 3]
    <BLANKLINE>
**********************************************************************


> NetworkX 1.0 should be out soon under the BSD license. Previous
> versions were under LGPL.
>
> --
> Regards
> Minh Van Nguyen

Paulo

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to