Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
23865: add one long time doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrenn committed Sep 19, 2017
1 parent 1401a24 commit 12734e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sage/rings/polynomial/omega.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,8 @@ def Omega_ge(a, exponents):
TESTS::
sage: Omega_ge(0, (2, 2, 1, 1, 1, -1, -1))[0].number_of_terms() # long time
1695
sage: Omega_ge(0, (2, 2, 1, 1, 1, 1, 1, -1, -1))[0].number_of_terms() # not tested (too long, 1 min)
27837
Expand Down

0 comments on commit 12734e4

Please sign in to comment.