Open videlec opened 3 years ago
sage: from surface_dynamics import Origami sage: o = Origami('(1,2)','(1,3)') sage: T = o.teichmueller_curve() sage: T.simplicial_action_generators() Traceback (most recent call last): <ipython-input-5-319240995b34> in <module> ----> 1 T.simplicial_action_generators() ~/programming/flatsurf/surface_dynamics/surface_dynamics/flat_surfaces/origamis/teichmueller_curve.py in simplicial_action_generators(self) 413 reps_o[e1] = o.S_action() 414 elif label == 'l': --> 415 o = o.L_action() 416 m = copy(l_mat) 417 m[:n,n:] = (~o.u()).matrix().transpose() AttributeError: 'surface_dynamics.flat_surfaces.origamis.origami_de' object has no attribute 'L_action'