AMzaheri
AMzaheri
Hello, I’ve installed gempy using pip on Ubuntu22. I was wondering if you could advise me on how to solve the following error which happens when I import it :...
Hello, I’ve been trying to run the adjoin modeling example, but I encountered the following error. I was wondering if you could advise me how to solve it. The error...
Hello, I have encountered a compilation error when running a simple example on a Macbook. The error is : clang: error: the clang compiler does not support '-march=native' FAILED compiler...
I’ve been trying to calculate the second derivative of a TimeFunction as follows: Image1 = TimeFunction(name='image', grid=model.grid, space_order=2) op = Operator(Eq(image1, image1.dx2)) op.apply(time=0) Could someone tell me if I’m right...