Dieter Werthmüller

Results 94 issues of Dieter Werthmüller

This should be a temporary issue. The command ``` conda env create -f environment.yml ``` will now install a Python 3.8 environment. However, not all the dependencies are capable of...

@sgkang , that is one of the resulting outcomes of our discussion today. It is now possible to provide the interpolated points to the `dlf`, so you save one call...

### Problem description I try to run tests involving pyGIMLi on the GitHub Action CI. However, I struggle to get it running. ### Your environment **Operating system**: GHA, `ubuntu-latest` **Python...

### Data error computation This is partly an issue (problematic default behaviour), and partly a discussion (error calculation). #### Issue: Problematic default behaviour In `pygimli.frameworks.Inversion().run()` and `pygimli.frameworks.MarquardtInversion().run()` the parameter `errorVals`...

In #217 Part I was done: frequency domain; reproducing; and published. Here the missing ones: Update Gallery - Replace LaTeX in figures by unicode symbols - Replace implicit by explicit...

docs

# pyGIMLi(emg3d) Implementing an `emg3d.inversion` submodule with a first member `pygimli`, providing the two classes `emg3d.inversion.pygimli.Kernel` and `emg3d.inversion.pygimli.Inversion` to run an inversion using the pyGIMLi framework and emg3d as a...

enhancement

#### Summary The misfit is always real valued, even for complex data, as it is the dot-product of the complex-conjugate value with the value itself. However, if the data is...

enhancement

#### Summary The current implementation of `simpeg.utils.code_utils.validate_ndarray_with_shape` works for numbers or lists, but fails for `np.ndarray`'s. Example ```python import numpy as np from simpeg.utils.code_utils import validate_ndarray_with_shape ``` First a list,...

bug

#### Summary Add an `ElectricDipole` to `simpeg/electromagnetics/frequency_domain/sources.py` similar to `MagDipole`. Last piece for SimPEG(emg3d). #### PR Checklist * [ ] If this is a work in progress PR, set as...