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

### Issue with current documentation: We don't need to recommend `mamba` over `conda` anymore, since the latest conda make use of `libmamba`, achieving the same speeds that `mamba`. ### Idea...

#### Summary Add instructions to the Contributing to SimPEG pages on how to update the environment once it's already created. #### PR Checklist * [ ] If this is a...

#### Summary Add `random_seed` argument to `IdentityMap.test`. Add a new `random_seed` argument to the `test` method of `IdentityMap` to control the random state for creating the `m` array if it's...

#### Summary Replace usage of the deprecated `refine_tree_xyz` function from discretize for their latest equivalent methods of the `TreeMesh`: `refine_surface` and `refine_points`. Apply these replacements across simpeg tests. #### PR...

Since the `discretize.refine_tree_xyz` function for refining tree meshes has been deprecated, we should update the usage of this function across simpeg. Some of the areas that should be taken care...

maintenance

#### Summary Since latest versions of `conda` make use of `libmamba` that achieves the same performance as `mamba` while installing packages and creating environments, we can stop recommending `mamba` to...

### Proposed new feature or change: As discussed in #1394, would be nice if we standardize the name of the random seeds arguments that classes, functions and methods take. This...

### Describe the issue: when run the code ' import simpeg.electromagnetics.time_domain as tdem' , the compile said that. my python vision is 3.10.14 ### Reproducible code example: ```python import numpy...

**Target date:** 2024/06/26 ## Generate release notes ### Autogenerate release notes with GitHub - [x] Generate a draft for a new Release in GitHub. - [x] Create a new tag...

maintenance

#### Summary Experiment with caching the conda environment we need to create in Azure to run simpeg tests. This way we could reduce the runtime of CI by reusing the...