-
-
Notifications
You must be signed in to change notification settings - Fork 535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
read large output from octave (and probably matlab) takes *forever* #940
Comments
comment:2
I started with
which took little time. Then, I did
which I had to interrupt. Pressing Ctrl-c made the message
appear on screen, but nothing more happened. Then, I pressed Ctrl-c again, and finally the traceback was shown:
And then, I tried to repeat
Now, it took forever, even though the first execution of the line only took a second or so. Hence, apparently, more is broken than just the output. Perhaps the two problems have a common root? |
Changed keywords from none to octave |
comment:11
This issue was solved with the time, let us add a doctest to prevent its comeback. New commits:
|
Author: Thierry Monteil |
Commit: |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Reviewer: Vincent Delecroix |
Changed branch from u/tmonteil/read_large_output_from_octave__and_probably_matlab__takes__forever_ to |
If you now try to print a, it take forever.
Component: interfaces: optional
Keywords: octave
Author: Thierry Monteil
Branch/Commit:
2c7f645
Reviewer: Vincent Delecroix
Issue created by migration from https://trac.sagemath.org/ticket/940
The text was updated successfully, but these errors were encountered: