#12806: upgrade of spkg networkx-1.2.p2 to 1.6
----------------------------------------+-----------------------------------
Reporter: dkrenn | Owner: jason, ncohen, rlm
Type: defect | Status: new
Priority: major | Milestone: sage-5.1
Component: graph theory | Resolution:
Keywords: spkg networkx graphs | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Daniel Krenn | Merged in:
Dependencies: | Stopgaps:
----------------------------------------+-----------------------------------
Comment (by jlopez):
The failing tests in graph.py are due to an API change in the
betweenness_centrality function.
They get fixed by replacing
{{{
return
networkx.betweenness_centrality(self.networkx_graph(copy=False),
normalized)
}}}
in line 3252 of SAGE_ROOT/devel/sage-main/sage/graphs/graph.py by
{{{
return
networkx.betweenness_centrality(self.networkx_graph(copy=False),
normalized = normalized)
}}}
I will take a look at the rest of the failing tests tomorrow and write a
patch.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12806#comment:5>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.