-
-
Notifications
You must be signed in to change notification settings - Fork 675
refresh our Macaulay2 interface #40991
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
base: develop
Are you sure you want to change the base?
Conversation
Documentation preview for this PR (built with commit 03d5fd8; changes) is ready! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rude...
lint error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
sagemathgh-40991: refresh our Macaulay2 interface so that - there is a global "optional macaulay2" doctest marker - almost all doctests pass, although there remains an issue about ChainComplex - conversion of polynomials uses a dict rather than a string - conversion of rationals use numerator / denominator rather than a string Note that the conversion of ChainComplexes works, there is only a failure when running "sage -t" ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. URL: sagemath#40991 Reported by: Frédéric Chapoton Reviewer(s): David Coudert
sagemathgh-40991: refresh our Macaulay2 interface so that - there is a global "optional macaulay2" doctest marker - almost all doctests pass, although there remains an issue about ChainComplex - conversion of polynomials uses a dict rather than a string - conversion of rationals use numerator / denominator rather than a string Note that the conversion of ChainComplexes works, there is only a failure when running "sage -t" ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. URL: sagemath#40991 Reported by: Frédéric Chapoton Reviewer(s): David Coudert
so that
Note that the conversion of ChainComplexes works, there is only a failure when running "sage -t"
📝 Checklist