[sage-release] Re: Sage 8.1.beta1 released

2017-08-05 Thread Volker Braun
Recently I added a feature where an automatted backtrace is printed when the timeout hits; That way, you'll have a chance to debug *why* it timed out. So in your example: [...] sage: g=graphs.cospectral_graphs(6, graphs=lambda x: min(x.degree())>0) ## line 948 ##

[sage-release] Re: Sage 8.1.beta1 released

2017-08-05 Thread Eric Gourgoulhon
On Ubuntu 16.04 x86_64 (Intel Core i7-6700HQ + 16 GB RAM), from a fresh git clone + pull develop, parallel (-j8) build OK and ptestlong passed. Eric. -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop

[sage-release] Re: Sage 8.1.beta1 released

2017-08-05 Thread Emmanuel Charpentier
On Debian testing running on Core i7 + 16 Gb RAM, ptestlong passes with two transient timeouts : -- sage -t --long src/sage/rings/function_field/function_field.py # Timed out sage -t --long src/sage/graphs/graph_generators.py