domfournier
domfournier
Proposed changes to PR #1300 to reduce code duplication and complexity. Main changes: 1- Consolidate the methods of time and frequency `Simulation1DLayeredStitched` onto base class. 2- Storage of Hankel coefficients...
### Describe the issue: Need to investigate the cause of the test failing randomly ### Reproducable code example: ```python affects tests.em.static.test_DC_jvecjtvecadj.DCProblemTestsN_storeJ_Robin ``` ### Error message:  ### Runtime information: See...
https://github.com/simpeg/simpeg/blob/d6651d893acdb66195c0b4f02e766424a8b529c2/examples/03-magnetics/plot_inv_mag_MVI_Sparse_TreeMesh.py#L128
This minimal example demonstrates the issue. The cell state appears not preserved if the cell size is negative.  ``` from discretize import TreeMesh import numpy as np point =...
This PR is a second iteration on moving the responsibility of multipliers out of the Combo and closer to individual objective functions. This deals with the generic Combo function: $\phi(m)...
### Describe the issue: This issue was encountered when modeling large loop EM data with time observations >1 sec. The notebook attached should reproduce the issue, although not exactly the...
(cherry picked from commit 1dfafa5b013d610fdc1d67589400b8fcc5ad8c5f) #### Summary This proposed change streamlines the compute of predicted data from time domain fields. Instead of looping over all dts, only loop over the...