simpeg icon indicating copy to clipboard operation
simpeg copied to clipboard

Simulation and Parameter Estimation in Geophysics - A python package for simulation and gradient based parameter estimation in the context of geophysical applications.

Results 316 simpeg issues
Sort by recently updated
recently updated
newest added

#### Summary Make each test job in Azure to publish the coverage reports as artifacts. Create a new stage for pushing the coverage reports to Codecov. #### PR Checklist *...

#### Summary Fix how the tar.gz archives that get downloaded are extracted in a few different examples. The previous code was getting the folder where files are extracted by splitting...

#### Summary Experiment with removing `test_docs` from the test suite and always build the docs in the Docs stage (in Azure). Run a `html-noplot` and a `linkcheck-noplot` on every PR....

_Fix_ deprecation warnings from #1349

ready for review

### Describe the issue: I've noticed the example for Anisotrophy of Conductivity  in github(https://github.com/simpeg-research/heagy-2018-fracture-physprops/tree/master). But the version of Simpeg were using at the time was 0.10.4. I'm trying to implement...

Similar to discussion in #1454, we discussed not using trademark names as the names of classes in SimPEG. The code isn't specific to any given vendor, so it seems appropriate...

#### Summary Updates for `dask>2024.2.1` #### PR Checklist * [ ] If this is a work in progress PR, set as a Draft PR * [ ] Linted my code...

#### Summary Remove unused targets and update the ones we want to keep. Extend the text in the help target. Use make test while testing in Azure. #### PR Checklist...

### Describe the issue: When defining a RawWaveform the following issue is raised: AttributeError: 'RawWaveform' object has no attribute 'time_nodes' TypeError: Unsupported source waveform object of

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