You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump SimPEG version in `environment.yml` and `index.md`. Replace
deprecated magnetic's `SourceField` for `UniformBackgroundField`,
`indActive` for `active_cells`, and `everyIter` for `every_iteration` in
`notebooks/11-joint-inversion/plot_inv_3_cross_gradient_pf.ipynb`. Rerun
all notebooks with SimPEG v0.21.
Copy file name to clipboardExpand all lines: index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ SimPEG user tutorials is the place for those who have [installed SimPEG](https:/
10
10
11
11
12
12
:::{caution} Caution
13
-
These user tutorials are meant to be run with SimPEG v0.20. Please, make sure
13
+
These user tutorials are meant to be run with SimPEG v0.21. Please, make sure
14
14
you have this version installed.
15
15
:::
16
16
@@ -38,7 +38,7 @@ SimPEG user tutorials provide a learning resource beyond a simple set of reprodu
38
38
:align: center
39
39
```
40
40
41
-
**1. What SimPEG objects represent:** All of the components required to perform forward simulations and inversions with SimPEG (e.g. transmitters, receivers, meshes, regularizations) are defined as objects within the SimPEG framework. When defining new objects within each tutorial, we aim to provide some detail as to what component of the forward simulation or inversion was created.
41
+
**1. What SimPEG objects represent:** All of the components required to perform forward simulations and inversions with SimPEG (e.g. transmitters, receivers, meshes, regularizations) are defined as objects within the SimPEG framework. When defining new objects within each tutorial, we aim to provide some detail as to what component of the forward simulation or inversion was created.
42
42
43
43
**2. Creating objects in SimPEG:** A multitude of required and optional input arguments are set when creating objects within SimPEG. The proper syntax for setting input arguments is provided. The user will also learn the order in which objects are generally created for standard forward modeling and inversion.
44
44
@@ -68,7 +68,7 @@ How do I access user tutorials?
68
68
What tutorials should I start with?
69
69
-----------------------------------
70
70
71
-
User tutorials cover introductory, intermediate and advanced topics within the SimPEG framework. We advise new users to start with introductory tutorials before working their way towards those that are more advanced. For most geophysical methods (e.g. gravity, magnetics, DC resistivity), there is an introductory level tutorial. At the beginning of each tutorial page, one of the following admonitions is used to state the difficulty level and suggested minimum proficiency with SimPEG.
71
+
User tutorials cover introductory, intermediate and advanced topics within the SimPEG framework. We advise new users to start with introductory tutorials before working their way towards those that are more advanced. For most geophysical methods (e.g. gravity, magnetics, DC resistivity), there is an introductory level tutorial. At the beginning of each tutorial page, one of the following admonitions is used to state the difficulty level and suggested minimum proficiency with SimPEG.
72
72
73
73
74
74
```{admonition} Introductory notebook
@@ -78,7 +78,7 @@ This tutorial teaches basic functionality within SimPEG and is a good entry poin
78
78
79
79
```{admonition} Intermediate notebook
80
80
:class: caution
81
-
This tutorial focusses on intermediate level functionality within SimPEG. Basic functionality within SimPEG is not discussed in detail, as we assume the user is already familiar.
81
+
This tutorial focusses on intermediate level functionality within SimPEG. Basic functionality within SimPEG is not discussed in detail, as we assume the user is already familiar.
0 commit comments