-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Spyder freezes on assigning a fits table data #2783
Comments
A couple of questions:
|
Also, could you try closing the variable explorer pane ? |
Closing the variable explorer indeed solved the issue! Thanks! I attach it here just in case. On Tue, Oct 27, 2015 at 7:50 AM, Joseph Martinot-Lagarde <
|
@elinor-lev, It seems Github doesn't receive attachments. Could you upload it somewhere else? |
Sure, you can find it here: On Tue, Oct 27, 2015 at 12:03 PM, Carlos Cordoba [email protected]
|
Thanks :-) |
Description
Apfter successfully importing a fits table with pyfits, Spyder freezes (100% CPU) when assiging the table data to a variable.
What steps will reproduce the problem?
What is the expected output? What do you see instead?
expect to have a new ndarray tbdata contain 500 lines and 300 columns and get prompt back after few seconds.
Instead do not get prompt back, CPU runs at 100% and memory allocation gets increased.
Even if it occasionally manages to assign it, Spyder runs very slowly afterwards (few seconds after just hit 'enter').
Please provide any additional information below
This works perfectly from a simple ipython console outside spyder.
This only happens in MAC OSX 10.10.5, it worked fine in another spyder installation on Linux.
Version and main components
Optional dependencies
The text was updated successfully, but these errors were encountered: