-
-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #32777: Allow some imports of RLF to fail
The `RealLazyField` implementation is tied closely to `real_mpfr`. We modify some imports for the purpose of modularization, in particular '''sagemath-polyhedra''' (#32432) In particular for `... is RLF` tests: {{{ $ git grep 'is RLF' src/sage/rings/complex_double.pyx: if S is ZZ or S is QQ or S is RDF or S is RLF: src/sage/rings/number_field/number_field_base.pyx: if codomain is AA or codomain is RLF: src/sage/rings/real_double.pyx: if S is ZZ or S is QQ or S is RLF: src/sage/schemes/plane_conics/con_number_field.py: if not (isinstance(p, Map) and p.category_for().is_subcategory(Rings())) or p.codomain() is AA or p.codomain() is RLF: }}} URL: https://trac.sagemath.org/32777 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): Travis Scrimshaw
- Loading branch information
Showing
5 changed files
with
28 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters