Hannes Vasyura-Bathke
Hannes Vasyura-Bathke
- [ ] - plotting.ffi: enable support of 3d distslip for seismic only setups - [x] - Initialisation of chains on Cluster crazy slow- likely data io issue from login...
On python 3.11. ubuntu 20.04: I guess thats again pyqtgraph related? At some point they decided to change all their input float variables to int? ``` INFO:SceneIO/Gamma:Using Lat/Lon reference Traceback...
``` QThread: Destroyed while thread is still running [Moehre:32490] *** Process received signal *** [Moehre:32490] Signal: Aborted (6) [Moehre:32490] Signal code: (-6) [Moehre:32490] [ 0] /lib/x86_64-linux-gnu/libc.so.6(+0x43090)[0x7f8ffc248090] [Moehre:32490] [ 1] /lib/x86_64-linux-gnu/libc.so.6(gsignal+0xcb)[0x7f8ffc24800b]...
it only generates scalar theta and phi angles, which then cause errors later, as these need to be arrays the size of the displacement array: https://github.com/pyrocko/kite/blob/master/kite/scene_io.py#L594 reported by @renierlgv
Hi again Ben, seems like doing source inversion you find the instabilities in the code as the sampler finds the singularities haha. Comparing to matlab I pinned down the issue...
This is rather a question than an issue. I have multiple GPUs at hand and I would want to run multiple processes each on a different GPU. For now always...
geometry.strain_to_stress conversion does not work correctly if the all pairs matrix is being used as input with dimensions higher than 2! Transposing the matrix to have the strain components as...
Dear all, thank you for developing and maintaining dask_geopandas. I have a minimum working example below (please copy paste) using synthetic data. ``` import geopandas as gpd import dask_geopandas as...