domfournier

Results 19 issues of 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: ![image](https://github.com/simpeg/simpeg/assets/55204635/4ac63f08-fb30-49b4-b639-5b23003dc7a2) ### 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. ![image](https://github.com/simpeg/discretize/assets/55204635/7e0cba73-bdcb-4b50-a6c2-8461a4dd224f) ``` from discretize import TreeMesh import numpy as np point =...

_Fix_ deprecation warnings from #1349

ready for review

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...

bug

(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...