Changes between Version 1 and Version 2 of Ticket #26800, comment 5
- Timestamp:
- Dec 11, 2018, 1:42:27 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26800, comment 5
v1 v2 19 19 True 20 20 }}} 21 22 '''EDIT''': 23 And the graphs are indeed the same 24 {{{ 25 sage: H1 = H.canonical_label() 26 sage: H2 = H.canonical_label().canonical_label() 27 sage: H1 == H2 28 True 29 }}}