Changes between Version 6 and Version 42 of Ticket #8988
- Timestamp:
- 07/16/10 15:33:08 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8988
-
Property
Status
changed from
needs_work
topositive_review
- Property Cc vbraun davidloeffler added
-
Property
Reviewers
changed from
to
Volker Braun
-
Property
Status
changed from
-
Ticket #8988 – Description
v6 v42 15 15 #8941 - {{{_latex_}}} and {{{origin}}} for lattice polytopes 16 16 17 #9514 - sage/symbolic/random_tests.py wrongly depends on order of dict.values() 18 17 19 Main patches adding new modules: 18 20 … … 27 29 #8989 - Add support for Fano toric varieties 28 30 29 Everything was tested on sage.math using sage-4.4.2.rc0.30 31 31 Known issues: 32 33 - Applying patch for toric varieties leads to a doctest error in {{{sage.symbolic.random_tests}}}, which I don't quite understand, especially since this patch just adds a new module! The documentation of the failing function says "This function will often raise an error because it tries to create an erroneous expression." I am not sure if this means that its doctest may cause these errors.34 32 35 33 - The last two patches show a doctest coverage error about {{{TestSuite}}}. This doctest does not work yet for other schemes and therefore should not be expected to work for these derived classes (and indeed - it does not work). According to