Jan Niederau
Jan Niederau
@snakesonabrain thanks for the quick reply. Do you run your model code in a notebook? If so, and if you use the magic function `%matplotlib inline` in the beginning, could...
> > > > I am running notebooks. When I use the `%matplotlib qt5` command, I get another error: Cannot load backend 'Qt5Agg' which requires the 'qt5' interactive framework, as...
In case you run it on windows and use conda, you could use this yml to create an environment which **should** work for gempy https://github.com/Japhiolite/environments/blob/master/environment_gempy_windows.yml
I assume, your theano installation isn't working as intended. In your conda environment, make sure to have installed theano via conda on windows. Theano requires a couple of other libraries....
seems more like the installation of pyqt5 is not successful
Any success here with the installation of pyqt5? On a side-note: GemPy works on M1 After installation of Theano via conda, in a notebook or script you have to set...
Hi @anneschulz1991 sorry for the late reply. Something in that direction should be possible, at least gempy has implemented functionality to assess which voxels a fault lies in in a...
Hi @anneschulz1991 that is indeed not so easy and a development for a future iteration of gempy. Assessment, where a surface (here a fault) cuts a voxel (a grid cell)...
That's been fixed and merged in PR #686 . It hasn't made its way to pip yet, but you could use the github master as working with gempy.
what is your numpy version? Can you provide an output of your environment you're using Gempy in?