| 13 | |
| 14 | ---- |
| 15 | |
| 16 | From sage-release: |
| 17 | |
| 18 | {{{ |
| 19 | > Other than the Tutte polynomial one, I get two other slow doctests that |
| 20 | > are not marked with #long time. I can not confirm whether it is a |
| 21 | > regression as I don't keep my old version of sage. |
| 22 | > |
| 23 | > |
| 24 | > sage -t --long --warn-long 31.5 src/sage/graphs/generators/families.py |
| 25 | > ********************************************************************** |
| 26 | > File "src/sage/graphs/generators/families.py", line 2053, in |
| 27 | > sage.graphs.generators.families.petersen_family |
| 28 | > Warning, slow doctest: |
| 29 | > F2 = graphs.petersen_family(generate=True) |
| 30 | > Test ran for 99.31 s |
| 31 | > [280 tests, 128.07 s] |
| 32 | > |
| 33 | > |
| 34 | > sage -t --long --warn-long 31.5 src/sage/combinat/posets/posets.py |
| 35 | > ********************************************************************** |
| 36 | > File "src/sage/combinat/posets/posets.py", line 6430, in |
| 37 | > sage.combinat.posets.posets.FinitePoset._kl_poly |
| 38 | > Warning, slow doctest: |
| 39 | > L._kl_poly() |
| 40 | > Test ran for 127.72 s |
| 41 | > [1122 tests, 146.65 s] |
| 42 | |
| 43 | Both keep calling 'pip list' as well (same issue as with Tutte polynomial). |
| 44 | }}} |