Skip to content

Commit

Permalink
sagemathgh-36647: fix random doctest error in `src/sage/rings/polynom…
Browse files Browse the repository at this point in the history
…ial/skew_polynomial_finite_field.pyx`

Fixes sagemath#36646.

Add `# random` tag to a doctest to avoid random failure reported in
sagemath#36646.

### 📝 Checklist

<!-- Put an `x` in all the boxes that apply. -->
<!-- If your change requires a documentation PR, please link it
appropriately -->
<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
<!-- Feel free to remove irrelevant items. -->

- [x] The title is concise, informative, and self-explanatory.
- [x] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
- [ ] I have created tests covering the changes.
- [ ] I have updated the documentation accordingly.

### ⌛ Dependencies

<!-- List all open PRs that this PR logically depends on
- sagemath#12345: short description why this is a dependency
- sagemath#34567: ...
-->

<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->

URL: sagemath#36647
Reported by: David Coudert
Reviewer(s): Frédéric Chapoton
  • Loading branch information
Release Manager committed Nov 5, 2023
2 parents 4533ffb + e7949c4 commit be0b5cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build/pkgs/configure/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=configure-VERSION.tar.gz
sha1=0f90c993748bfc21ae382ac3ce6c19b434edb36c
md5=b8d9355c732997566f68b60c8a8eb9cc
cksum=2280021929
sha1=75db52b3b9bc744c79bd958dfecc7e90bbf4591e
md5=ee29fe6ac8fed617f118dd9f546eee19
cksum=2457963166
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c0221f90a86e4b4bea4b45ff8de54727313bd755
ec00fc5c59415d7f6c8c139749c7b0c81f100e1a
2 changes: 1 addition & 1 deletion src/sage/rings/polynomial/skew_polynomial_finite_field.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ cdef class SkewPolynomial_finite_field_dense(SkewPolynomial_finite_order_dense):
we can get different orderings::
sage: factorizations2 = [ F for F in a.factorizations() ]
sage: factorizations == factorizations2
sage: factorizations == factorizations2 # random
False
sage: sorted(factorizations) == sorted(factorizations2)
True
Expand Down

0 comments on commit be0b5cf

Please sign in to comment.