Skip to content

Commit fb4f2e4

Browse files
author
Release Manager
committed
Trac #34901: random doctest failure in src/doc/en/thematic_tutorials/group_theory.rst
Part of #32544: {{{ sage -t --long --random-seed=185470747385175316039405094141387664605 src/doc/en/thematic_tutorials/group_theory.rst ********************************************************************** File "src/doc/en/thematic_tutorials/group_theory.rst", line 207, in doc.en.thematic_tutorials.group_theory Failed example: euler_phi(m*n) == euler_phi(m) * euler_phi(n) Expected: True Got: False ********************************************************************** 1 item had failures: 1 of 170 in doc.en.thematic_tutorials.group_theory [127 tests, 1 failure, 4.40 s] }}} (From a patchbot run in #34880.) URL: https://trac.sagemath.org/34901 Reported by: lorenz Ticket author(s): Frédéric Chapoton Reviewer(s): Lorenz Panny
2 parents 5d51422 + a8ee692 commit fb4f2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/en/thematic_tutorials/group_theory.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Experiment by running the following code several times::
204204

205205
sage: m = random_prime(10000)
206206
sage: n = random_prime(10000)
207-
sage: euler_phi(m*n) == euler_phi(m) * euler_phi(n)
207+
sage: euler_phi(m*n) == euler_phi(m) * euler_phi(n) or m == n
208208
True
209209

210210
Feel a conjecture coming on? Can you generalize this result?

0 commit comments

Comments
 (0)