So, here is a test for the misleading warning message:
sage: print sage0.eval("alarm(1); singular._expect_expr('1')")
Control-C pressed. Interrupting R. Please wait a few seconds...
---------------------------------------------------------------------------
KeyboardInterrupt Traceback (most recent call
last)
/home/king/.sage/temp/gauss/28471/_home_king__sage_init_sage_0.py in
<module>()
/home/king/SAGE/sage-4.1/local/lib/python2.6/site-packages/sage/
interfaces/expect.pyc in _expect_expr(self, expr, timeout)
830 else:
831 break
--> 832 raise KeyboardInterrupt, msg
833
834 def _sendstr(self, str):
KeyboardInterrupt: computation timed out because alarm was set for 1
seconds
Note that it says "Interrupting R", but should say "Interrupting
Singular".
I will add something like this to the doc test and post it at #6661.
Cheers,
Simon
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---