Skip to content
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 failure on CI for symmetric_ideal groebner_basis #39537

Open
2 tasks done
user202729 opened this issue Feb 17, 2025 · 0 comments
Open
2 tasks done

Random test failure on CI for symmetric_ideal groebner_basis #39537

user202729 opened this issue Feb 17, 2025 · 0 comments
Labels

Comments

@user202729
Copy link
Contributor

user202729 commented Feb 17, 2025

Steps To Reproduce

Random failure on CI

sage -t --warn-long 5.0 --random-seed=233588306476208617699738222937140165961 src/sage/rings/polynomial/symmetric_ideal.py
**********************************************************************
File "src/sage/rings/polynomial/symmetric_ideal.py", line 918, in sage.rings.polynomial.symmetric_ideal.SymmetricIdeal.groebner_basis
Failed example:
    I.groebner_basis()                                                    # needs sage.combinat
Expected:
    [1]
Got:
    [z_0 - 1, y_0 - 2]
**********************************************************************
1 item had failures:
   1 of  17 in sage.rings.polynomial.symmetric_ideal.SymmetricIdeal.groebner_basis
    [105 tests, 1 failure, 0.82s wall]

https://github.com/sagemath/sage/actions/runs/13357347461/job/37301912535#step:10:8731

Checklist

  • I have searched the existing issues for a bug report that matches the one I want to file, without success.
  • I have read the documentation and troubleshoot guide
@user202729 user202729 changed the title Random test failure on symmetric_ideal groebner_basis Random test failure on CI for symmetric_ideal groebner_basis Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant