-
-
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
sage.doctest: Eliminate hard dependency on RealIntervalField #32585
Comments
New commits:
|
This comment has been minimized.
This comment has been minimized.
Commit: |
Author: Matthias Koeppe |
Reviewer: Travis Scrimshaw |
comment:4
LGTM. |
comment:5
Thank you! |
comment:6
Something isn't quite right with this workaround yet. Getting a
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:11
Thanks. |
Changed branch from u/mkoeppe/sage_doctest__eliminate_dependency_on_realintervalfield to |
Follow up on #29922.
The doctester uses
RealIntervalField
for doctests involving numerical tolerances. This is an obstacle to doctesting modularized subset distributions becauseRealIntervalField
depends on a compiled library (MPFI).We should eliminate this by rewriting it in a more elementary way.
As of this ticket, we just issue a warning if
RealIntervalField
is not available.CC: @kliem @sagetrac-tmonteil
Component: doctest framework
Author: Matthias Koeppe
Branch/Commit:
db154ec
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/32585
The text was updated successfully, but these errors were encountered: