Dieter Werthmüller

Results 187 comments of Dieter Werthmüller

Got it, because the test failed. Sorry for the fuss.

I rewrote the part of `SimPEG(emg3d)` to use the RawVec-versions, which is more general for any possible source field. So I do not need this PR any longer. However, it...

Since the latest push it does have the `s_e` and `s_m` methods, as it is now just a special case of `LineCurrent`. But I am not entirely sure if it...

Just stumbled upon the matplotlib release notes, which have, e.g., the date in the title: https://matplotlib.org/stable/users/prev_whats_new/github_stats_3.9.0.html

> I usually look on the PyPI release history: > > https://pypi.org/project/numpy/#history That is indeed quicker than on the GitHub Release Page. But even so, you have to consult one...

Just to mention it here too: The same happens on Github Actions: While `conda install -c gimli pygimli` does work, loading pygimli results in ``` ImportError: libcholmod.so.3: cannot open shared...

I just got hit by this even on my local machine (Ubuntu 22.04.4) with Python 3.11.

This was marked as completed, but I keep running into this issue also with pyGIMLi 1.5.2, when using `conda`. When using `pip`, pyGIMLi installs a s..tload of stuff, basically re-building...

This time this suggestion made it possible (thanks @halbmy): ``` conda create -n pg -c gimli -c conda-forge "pygimli>=1.5.0" python=3.10 suitesparse=5 ``` (the `suitesparse=5`-bit).