Jan Niederau

Results 87 comments of Jan Niederau

numpy 1.23.0 is a very recent development (1 week old), so there might be changes, which affect gempy. To ensure properly running of gempy, better ensure to run numpy 1.22.x...

That's a linux specific problem, not caused by gempy. On the new Ubuntu 22, wayland is the default. Might maybe help to set this back to xorg https://stackoverflow.com/questions/69828508/warning-ignoring-xdg-session-type-wayland-on-gnome-use-qt-qpa-platform-wayland

Hi @georgebisbas `Iterable` was removed from `collections` with Python 3.10. So that's where the error is coming from. I'll re-check the next days, how vital that import is...I remember, that...

`geo_model.solutions.block_matrix` may potentially be used as high-hierarchy domain-maps for subdividing the model in different domains. @AlexanderJuestel tested this with a simplified version of his (half-)graben system. I also tried it...

I added a notebook replicating florians example from the teaching repository in my branch (development_janN) under notebooks/experimental. Don't know, whether that's what you meant @flohorovicic ? The last "combined" gempy...

What's the status on this issue? @domist07 can we close this?

Just as another use-case: With many 2D-seismic profiles being no straight lines, it'd be nice to pick non-straight profiles, for instance to compare the model with interpretations from the respective...

Dear @Ali1990dashti I'm currently looking through open issues. The extra points in the fault block are still there in the recent gempy version. They're connected to the number of input...

Hi @AlphaDragon009 do you have theano installed in your created environment? It does not appear in your step1 description. Once created the environment, you can try also to use the...

Any progress here?