Dieter Werthmüller

Results 94 issues of Dieter Werthmüller

Discretize has the possibility to get a `dict` of the important properties via `.serialize` and `.deserialize`, and also possibilities to `.save` and `.load_mesh`, and probably more. It would be great...

docs
example

Currently, the field at receiver positions is interpolated linearly. This can lead to quite large errors as we cover many orders of magnitude in EM; the problem is particularly pronounced...

As far as I could figure out, with the help of @thast (thanks!), the `vType`-options `N`, `E`, and `F` are for `view='vec'` only. However, this is not checked in `plotSlice`...

A refactoring of `plotSlice`, in TensorMesh but also in TreeMesh, is required in order to be used by other plotting routines such as `plot_3d_slicer`. `plotSlice` should have an option to...

There are many things that could be improved: - [ ] Add version switcher: https://pydata-sphinx-theme.readthedocs.io/en/latest/user_guide/version-dropdown.html - [ ] Adjust images for dark theme - [ ] Build docs on GHA...

maintenance

There are two failures in `test_transform.py::test_hankel` for MacOS/Windows CI: - One seems to be related to `scipy v1.9.0`: as dirty workaround we currently exclude `scipy v1.9.0`. If it will be...

maintenance

# CLI load time #160 introduces the CLI for empymod. However, the load time of `empymod` is not negligible. It was over 1.5s when starting with the CLI, #163 reduced...

maintenance

- [ ] Move from `setup.py` to `pyproject.toml/setup.cfg` - [ ] Use micromamba for GHA - [ ] Create a proper `environment.yml` - [ ] `pip install --no-build-isolation --no-deps -e...

maintenance

Every now and then there comes a question regarding central loop for a square source loop. This is possible with empymod, as shown here: https://empymod.emsig.xyz/en/stable/gallery/tdomain/tem_walktem.html However, it would be good...

enhancement

This will reduce the loc count from ~7900 to roughly 3400 (reduction by 4500 lines of code, pure filter values!).

maintenance