-
Notifications
You must be signed in to change notification settings - Fork 140
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
Segmentation fault using 2D ERT inversion on linux #799
Comments
you mean the segmentation fault also occurs with the original data file from |
Yes exactly, here is the error I get when I use data = pg.getExampleData('ert/slagdump.ohm', verbose=True) :
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem description
I installed the latest version of pygimly in a fresh environment (named pg15+ on my machine) using the command given on the website . My issue is that when I try to do a topographic inversion of ERT field measure there is a Fatal Python error: Segmentation fault.
I've run the same code on windows and the inversion just worked perfectly fine, i've also created a new environment with pygimly 1.2.1 and the inversion was able to be processed easily on my linux machine.
Your environment
Date: mar. déc. 17 21:00:40 2024 CET
Python 3.11.9 | packaged by conda-forge | (main, Apr 19 2024, 18:36:13) [GCC
12.3.0]
Steps to reproduce
So here is the code with the latest set of data I've tried (I've also done it with data formatted for pygimly and some data using the command pg.getExampleData)
Expected behavior
Get all the result of the inversion ? Eg the figures
Actual behavior
The kernel just die :
I thank you in advance for you help ! I'd really like to be able to use this latest version ! :)
Best,
Lena
The text was updated successfully, but these errors were encountered: