I actually get that one on power7 with 7.4.beta1 (once I remove the bit of 
documentation
that doesn’t build).

François

> On 28/08/2016, at 06:03, Steven Trogdon <[email protected]> wrote:
> 
> I have the following failure:
> 
> sage: P = graphs.PetersenGraph() ## line 539 ##
> sage: P.tutte_polynomial() ## line 540 ##
> x^9 + 6*x^8 + 21*x^7 + 56*x^6 + 12*x^5*y + y^6 + 114*x^5 + 70*x^4*y + 
> 30*x^3*y^2 + 15*x^2*y^3 + 10*x*y^4 + 9*y^5 + 170*x^4 + 170*x^3*y + 
> 105*x^2*y^2 + 65*x*y^3 + 35*y^4 + 180*x^3 + 240*x^2*y + 171*x*y^2 + 75*y^3 + 
> 120*x^2 + 168*x*y + 84*y^2 + 36*x + 36*y
> sage: G = graphs.RandomGNP(10,0.6) ## line 549 ##
> sage: G.tutte_polynomial()(1,1) == G.spanning_trees_count() ## line 550 ##
> 
> **********************************************************************
> ----------------------------------------------------------------------
> sage -t --long src/sage/graphs/tutte_polynomial.py  # Timed out
> ----------------------------------------------------------------------
> 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" 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 https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to