-
-
I had a chat with @dougoldenburg today and he brought to light some of the confusion introduced by the term `Problem` in the framework, in particular when first introducing the SimPEG framework to new…
-
There are currently two branches which try to implement numba:
- https://github.com/empymod/empymod/tree/numba
- https://github.com/empymod/empymod/tree/numba-newtry
Roadmap:
- [x] Properly …
-
empymod changes some input parameters, e.g., `src` and `rec`. Example:
```
In [1]: from empymod import dipole
In [2]: rec = [5000, 0, 200]
In [3]: rec …
-
Hi @prisae
Have you considered packaging pyfftlog as a Python package and uploading it to PyPI?
I'd like to make use of it in some code I plan to distribute, and with it not being on PyPi the o…
-
Create main classes
- `survey`,
- `model`, and
- `settings`,
where `settings` might be part of `survey`. Have a look at SimPEG and a chat with the SimPEG folks to discuss this.
-
There are some repetitions in `transform` if looped over frequencies or offsets that could be avoided. In the case of the lagged convolution Hankel DLF this can make as much as 10 % of the runtime (bu…
-
## ROADMAP
**Repo:** https://github.com/empymod/emg3d-gallery
**Deployed to:** https://empymod.github.io/emg3d-gallery
### ToDo's
- [x] Adjust emg3d-manual.
- [x] Create a deploy-script.
-…
-
Hi
When I import geobipy (fter a fresh install) I get the following:
```
(geobipy) tmeha@pop-os:~/space/PROGRAMMING/geobipy/documentation_source/source/examples/Models$ python
Python 3.8.1 (de…
-
I'm seeing a test failure most of the time (like 9 out of 10). It looks like successive times is around 1e-5 for me, which is triggering the assert. It's not clear why it's so large.
```
(emg3d1…