-
-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix order of characters in modular/local_comp/local_comp.py doctests #32134
Comments
Commit: |
New commits:
|
comment:3
see #29977 |
comment:4
Replying to @fchapoton:
I created this ticket because that particular issue has no link with random seeds, which is the purpose of #29977, see the comment #29977 comment:28 |
comment:5
The "set" were added very recently in #30801 |
comment:6
Btw, you don't use lists:
|
comment:7
Why is replacing one apparently unstable order with another apparently unstable order a good fix? |
comment:8
That is exactly why I didn't want to put it on positive review. I would really prefer |
comment:10
Replying to @kliem:
+1 |
This comment has been minimized.
This comment has been minimized.
comment:11
I would also vote for a hotfix using the order given Then we can calmly investigate what causes the different |
Changed author from Thierry Monteil to Thierry Monteil, Samuel Lelièvre, Jonathan Kliem |
Changed branch from u/tmonteil/doctests_in_src_sage_modular_local_comp_local_comp_py_make_patchbots_fail to public/32134 |
comment:12
Moving this up to critical, as the issue reduces patchbot capacity by 50 percent and slows down review process of all tickets. New commits:
|
comment:13
this is in part collides with #29977 |
comment:14
Replying to @kliem:
Indeed. Replying to @dimpase:
I was asking the same question, but I did not see any evidence (i might have missed something though). If the raw use of Replying to @slel:
OK, then could you please all try the straightforward branch and tell if is passes on your various computers, so that we could see whether it can break and understand the cause (for example, it seems not related to the choice of the random seed). |
comment:15
Replying to @sagetrac-tmonteil:
https://github.com/kliem/sage/pull/47/checks As #29977 is now positively review, we can now also go back to your branch and see whether this works. |
This comment has been minimized.
This comment has been minimized.
Reviewer: Dima Pasechnik |
comment:18
Does this make bots happy? |
comment:19
Replying to @dimpase:
I think we have to let 32bit bots to work on it. I will work on setting one up later in the summer. Let us keep this ticket to "needs review" so that bots can work on it. I encourage everybody to try this branch to see if something wrong appears. |
comment:20
it works on 32-bit too. |
Changed branch from public/32134 to |
Changed commit from |
Changed author from Thierry Monteil, Samuel Lelièvre, Jonathan Kliem to Thierry Monteil, Samuel Lelièvre, Jonathan Kliem |
This doctest in
src/sage/modular/local_comp/local_comp.py
fails on several patchbots:
Ticket #29977 provides a hotfix.
Here we aim for a better fix.
The test used to display
Pi.characters()
,of type
Sequence
, directly.The display order for the two characters in this
example changed, possibly due to a change in PARI.
The example was changed in #30801 to use Python sets
in an attempt to fix the display order, but that
failed and patchbots kept failing on that.
CC: @dimpase @kliem @slel
Component: doctest framework
Author: Thierry Monteil, Samuel Lelièvre, Jonathan Kliem
Branch:
2a175e5
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/32134
The text was updated successfully, but these errors were encountered: