flatsurf / sage-flatsurf

Flat surfaces in Sage
https://flatsurf.github.io/sage-flatsurf/
GNU General Public License v2.0
10 stars 10 forks source link

Plot output changes in doctest #194

Closed saraedum closed 1 year ago

saraedum commented 1 year ago

Currently, this test fails:

sage: import flatsurf
sage: S = flatsurf.translation_surfaces.veech_double_n_gon(5)
sage: repr(S.plot()) == repr(S.plot())

We first get 21 primitives and then 13.