videlec / pypolymake

Python wrappers for polymake
https://pypi.python.org/pypi/pypolymake
3 stars 5 forks source link

Sage integers not recognize #11

Closed videlec closed 7 years ago

videlec commented 7 years ago
sage: from polymake import polytope
sage: P = polytope.Polytope('POINTS',[[18,10,4,18],[16,8,4,18],[16,8,4,16],[1,1,0,1],[0,0,0,1],[1,0,0,0]])
Traceback (most recent call last):
...
ValueError: not able to convert 18 to rational
videlec commented 7 years ago

fixed at bac183f