Hey, i was just running some code that works well on cloud.sagemath.com (sage 6.10) and crashes on my local sage 7.1 installation. A minimal example is the following line of code:
ReflexivePolytope(3, 14).facets_lp()[1].points() The last part of the crash report reads: /Users/Thorsten/Documents/sage-7.1/local/lib/python2.7/site-packages/sage/geometry/lattice_polytope.pyc in _pullback(self, data) 1124 return data 1125 if data is self._vertices:-> 1126 return self._sublattice_polytope._vertices 1127 if is_PointCollection(data): 1128 r = [self._pullback(point) for point in data] AttributeError: 'LatticePolytopeClass' object has no attribute '_sublattice_polytope' It might be worthwhile to point out that ReflexivePolytope(3, 13).facets_lp()[1].points() evaluates just fine. I am running sage on Mac OS X 10.11.4. Thanks for your help, Thorsten -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
