Changes between Initial Version and Version 2 of Ticket #27007
- Timestamp:
- 01/03/19 13:34:42 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27007
- Property Cc tscrim chapoton added
-
Property
Commit
changed from
to
536843ff03c5d740b55c481ebf84636bb1b1ca53
-
Property
Status
changed from
new
toneeds_review
-
Property
Branch
changed from
to
public/27007_planarity
-
Ticket #27007 – Description
initial v2 5 5 sage: cube.genus(circular=['01','10'], on_embedding=True) 6 6 }}} 7 As the documentation indicates that "If ``circular`` is defined, ``on_embedding`` is not a valid option", we now raise an error. 7 As the documentation indicates that {{{If ``circular`` is defined, ``on_embedding`` is not a valid option}}}, we now raise an error in this situation. 8 9 This patch fixes some doctests that where failing with py3 in methods 10 - `TutteGraph` of `smallgraphs.py` 11 - `apex_vertices` of `graph.py` 12 - `genus` of `generic_graph.py`