You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing large enough calculations, popen3 deadlocks in the cmd method of the Polytope class. The attached patch fixes this by using the subprocess module instead.
When doing large enough calculations, popen3 deadlocks in the cmd method of the Polytope class. The attached patch fixes this by using the subprocess module instead.
Component: interfaces
Keywords: polymake, polytope
Issue created by migration from https://trac.sagemath.org/ticket/403
The text was updated successfully, but these errors were encountered: