quasar might timeout (and not the others) because it is installed with a lot of optional packages (basically all minus the one that cause trouble). The relevant optional tests might be, I will test later on

sage: g = graphs.LocalMcLaughlinGraph(); g
Local McLaughlin Graph: Graph on 162 vertices
sage: g.is_strongly_regular(parameters=True)
(162, 56, 10, 24)

sage: g = graphs.McLaughlinGraph()
sage: g.is_strongly_regular(parameters=True)
(275, 112, 30, 56)
sage: set(g.spectrum()) == {112, 2, -28}
True

Le 25/12/2016 à 16:43, Daniel Krenn a écrit :

On at least two tickets I found
TestsFailed 7.5.rc0 Ubuntu/16.04/x86_64/4.4.0-53-generic/quasar

because of timeouts.

At https://trac.sagemath.org/ticket/22064:
sage -t --long src/sage/graphs/generators/smallgraphs.py  # Timed out

At https://trac.sagemath.org/ticket/21968:
sage -t --long src/sage/modular/abvar/abvar.py  # Timed out

Not sure if everything is all right with this patchbot; or maybe the
timeout can be manually specified or whatever... ;)

Moreover, the coverage plugin reports:

-- 7.5.rc0
+++ 7.5.rc0 + #21976

+Missing doctests in ext/interpreters/wrapper_cc.pyx: 0 / 2 = 0%

+ext/interpreters/wrapper_cc.pyx: 0.0% (0 of 2)

Which is weird, as on these tickets, this file was not changed at all.


--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to