Skip to content

Commit a9493d5

Browse files
authored
Run notebooks with Simpeg v0.24.0 (#55)
Bump SimPEG version in `environment.yml` and `index.md` to v0.24.0. Fix some r-strings using LaTeX symbols. Rerun notebooks with SimPEG v0.24.0.
1 parent e4f0a97 commit a9493d5

31 files changed

+4418
-4522
lines changed

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: simpeg-user-tutorials
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.10.*
5+
- python=3.12.*
66
# Myst requirements
77
- nodejs>18
88
- mystmd
99
# Notebook requirements
1010
- jupyter
1111
- jupyterlab-myst
1212
- nbconvert
13-
- simpeg==0.23.*
13+
- simpeg==0.24.*
1414
- discretize==0.11.*
1515
- choclo==0.3.*
1616
- scikit-learn

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SimPEG user tutorials is the place for those who have [installed SimPEG](https:/
1010

1111

1212
:::{caution} Caution
13-
These user tutorials are meant to be run with **SimPEG v0.23**.
13+
These user tutorials are meant to be run with **SimPEG v0.24**.
1414
Please, make sure you have this version installed.
1515
:::
1616

notebooks/03-gravity/fwd_gravity_anomaly_3d.ipynb

Lines changed: 82 additions & 82 deletions
Large diffs are not rendered by default.

notebooks/03-gravity/fwd_gravity_gradiometry_3d.ipynb

Lines changed: 82 additions & 90 deletions
Large diffs are not rendered by default.

notebooks/03-gravity/inv_gravity_anomaly_3d.ipynb

Lines changed: 235 additions & 236 deletions
Large diffs are not rendered by default.

notebooks/03-gravity/weighting_strategies.ipynb

Lines changed: 196 additions & 183 deletions
Large diffs are not rendered by default.

notebooks/04-magnetics/fwd_magnetics_induced_3d.ipynb

Lines changed: 81 additions & 81 deletions
Large diffs are not rendered by default.

notebooks/04-magnetics/fwd_magnetics_mvi_3d.ipynb

Lines changed: 89 additions & 97 deletions
Large diffs are not rendered by default.

notebooks/04-magnetics/inv_magnetics_induced_3d.ipynb

Lines changed: 234 additions & 235 deletions
Large diffs are not rendered by default.

notebooks/05-dcr/fwd_dcr_1d.ipynb

Lines changed: 47 additions & 47 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)