Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Marked failing doctest as a known bug #16012.
Browse files Browse the repository at this point in the history
  • Loading branch information
novoselt committed Mar 25, 2014
1 parent e79e840 commit b3f06ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sage/schemes/toric/morphism.py
Expand Up @@ -284,8 +284,10 @@
We see that codomain fan of this morphism is a projective plane, which can be
verified by ::
sage: phi_d.codomain().fan().is_isomorphic(toric_varieties.P2().fan())
sage: phi_d.codomain().fan().is_isomorphic(toric_varieties.P2().fan()) # known bug
True
(Unfortunately it cannot be verified correctly until :trac:`16012` is fixed.)
We now have access to fiber methods::
Expand Down

0 comments on commit b3f06ed

Please sign in to comment.