Dieter Werthmüller
Dieter Werthmüller
Hi @jglaser! Thanks so much for sharing this, awesome! I am looking for faster solutions myself. I tried with numba, and failed, and I tried your approach, and it is...
This PR is mainly meant for discussion. These would be the changes required to change to `setuptools_scm`. The advantage of this approach is that you never have to hard-code a...
# Command-line interface CLI Initial implementation - very basic, no tests so far. I am more interested to know first if you are interested in this at all (@banesullivan, @akaszynski)....
Try the possibility of grep'ing `pip freeze` to get the version information. Works also if there is no `__version__`-information. Off-spin from #36
A start, potentially some edge casing missing, let's see what the tests do.
# SimPEG(emg3d) PR to implement the required steps on SimPEG-side to use emg3d as a solver for EM modelling and inversion within SimPEG. Superseeding #1032 The old PR was quite...
Feel free to ignore this request, or expand upon it, or modify it. I just thought the big, mystic word of **geophysical inversion** would benefit from some additional explanation. The...
Looks like at the moment the `objects.inv`-sphinx file is not uploaded to the docs. This file is necessary to do intersphinx-mappings, which is a great tool.
As SimPEG is approaching version 1.0 I was wondering if benchmarking the most important bits would be a good idea, now that the API is fairly stable? I started a...
In the docs it states that `Jtvec(m, v, f=None)` takes a vector `v` of dimension `(nP,)`. This is correct for `Jvec`, but not for `Jtvec`, which takes a vector `v`...