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

CRT_vectors does not handle non-coprime moduli #39158

Open
2 tasks done
user202729 opened this issue Dec 18, 2024 · 1 comment
Open
2 tasks done

CRT_vectors does not handle non-coprime moduli #39158

user202729 opened this issue Dec 18, 2024 · 1 comment
Labels

Comments

@user202729
Copy link
Contributor

Steps To Reproduce

sage: CRT_vectors([[3, 5], [3, 5]], [4, 6])
ValueError: moduli must be coprime

Expected Behavior

Actual Behavior

Additional Information

Lead to a test failure here https://github.com/sagemath/sage/actions/runs/12390050306/job/34584290514?pr=39153#step:10:8784

Environment

  • OS: Linux
  • Sage Version: latest develop

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
@yyyyx4
Copy link
Member

yyyyx4 commented Dec 18, 2024

Related or possibly duplicate: #32487

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

2 participants