Closed wkotlarski closed 1 year ago
Hey Wojciech,
yes, in principle the following snippet should do the trick: ... from smodels.tools import crashReport, timeOut ... try: with timeOut.Timeout(timeout):
Hi Wolfgang. That solves my problem. Thanks for the tip.
Best, Wojciech
Dear Authors,
The command line interface has a
TIMEOUT
argument. Is there a way to achieve the same behavior when callingSModelS
from python? My call routines are basically a copy of what is given inExample.py
. There doesn't seem to be a place to passTIMEOUT
there.Best, Wojciech