-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
Random test failures in finitely_presented_named
#38889
Labels
Comments
Does it happen consistently or is it random? |
Random but pretty often. I only looked at the meson workflow so far, not sure if it is specific to this. |
Looks like that specific comment comes from GAP. A previous commit that modifies these things is 36b305f . If it's random it may be difficult… |
orlitzky
added a commit
to orlitzky/sage
that referenced
this issue
Nov 12, 2024
…ecks GAP emits an "InfoWarning" message when it is checking for isomorphism between two groups that are not known to be finite. This message is only shown once, however, because after it checks for finiteness, it knows. We have to keep this in mind during tests. For example, File "src/sage/groups/finitely_presented_named.py", line 485, in sage.groups.finitely_presented_named.AlternatingPresentation Failed example: A1.is_isomorphic(A2), A1.order() Expected: (True, 1) Got: #I Forcing finiteness test (True, 1) These warnings are "normal" and there's nothing for the user to do. This commit hides them for the duration of the isomorphism check. Fixes sagemath#38889
orlitzky
added a commit
to orlitzky/sage
that referenced
this issue
Nov 12, 2024
The warning "#I Forcing finiteness test" should no longer be emitted when checking for group isomorphism, so we remove it from the expected output in a few places. Fixes sagemath#38889
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps To Reproduce
No response
Expected Behavior
Test pass
Actual Behavior
Additional Information
No response
Environment
Linux: https://github.com/sagemath/sage/actions/runs/11572245422/job/32211815924
Checklist
The text was updated successfully, but these errors were encountered: