Changes between Initial Version and Version 1 of Ticket #13458, comment 14
- Timestamp:
- 07/03/13 02:53:30 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13458, comment 14
initial v1 1 1 Why are we even using the Singular interface here, this is pretty sad. I can confirm your bug, even though it works if I just do the 10th polytope without the previous ones 2 2 {{{ 3 sage: P = ReflexivePolytopes(2)[10]4 3 sage: P = ReflexivePolytopes(2)[10] 5 4 sage: E = CPRFanoToricVariety(P).anticanonical_hypersurface()