-
Notifications
You must be signed in to change notification settings - Fork 137
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
'MemoryError' for pb.invert #129
Comments
Well this seems to be a clear BERT issue as the code is entirely from there. |
As said before there is a default mechanism for using (2d) topography but it is not foolproof or tested. In rather recommend using the command line to prepare mesh and primary potentials. |
Good point. I can test with meshes I've already generated from earlier in the script using pyGIMLi. Is it worth posting in the BERT tracker instead? |
Thanks guys. This looks like it's specific to my install of Spyder. I'll close the issue (can we delete it?) |
Problem description
When attempting to invert a dataset, a 'MemoryError' exception is thrown.
Your environment
Windows
Python 3.6
pyGIMLI latest wheel
Wheel-based Winpython install
Steps to reproduce
Stable_015mday_fwdModel_wa_5pcNoise.txt
Expected behavior
A perfect replication of the model (or something similar).
Actual behavior
I run out of memory.
Additional Notes
I have 64 Gb of RAM on this workstation, and the implementation of BERT outside python appears to work fine.
(I wasn't sure whether to post here or on BERT, sorry!)
The text was updated successfully, but these errors were encountered: