Skip to content

Commit 69d5702

Browse files
committed
Fix typo in forward notebook
1 parent a85143b commit 69d5702

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

live/01-forward-dc-resistivity-2d.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@
483483
"\n",
484484
"Lets create a simulation: the object that will simulate the physics!\n",
485485
"\n",
486-
"We'll use [dc.simulation_2d.Simulation2DNodel](https://docs.simpeg.xyz/content/api/generated/SimPEG.electromagnetics.static.resistivity.Simulation2DNodal.html#SimPEG.electromagnetics.static.resistivity.Simulation2DNodal). \n",
486+
"We'll use [dc.simulation_2d.Simulation2DNodal](https://docs.simpeg.xyz/content/api/generated/SimPEG.electromagnetics.static.resistivity.Simulation2DNodal.html#SimPEG.electromagnetics.static.resistivity.Simulation2DNodal). \n",
487487
"\n",
488488
"<img src=\"https://raw.githubusercontent.com/simpeg/agrogeo24/main/images/fwd_simulation.png\" width=\"30%\"/>"
489489
]

notebooks/01-forward-dc-resistivity-2d.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@
845845
"\n",
846846
"<img src=\"https://raw.githubusercontent.com/simpeg/agrogeo24/main/images/fwd_simulation.png\" width=\"30%\" align=\"right\"/>\n",
847847
"\n",
848-
"In SimPEG, the governing physics, problem geometry and input parameters for the forward simulation are defined within simulation classes. Here we generate an instance of [Simulation2DNodel](https://docs.simpeg.xyz/content/api/generated/SimPEG.electromagnetics.static.resistivity.Simulation2DNodal.html#SimPEG.electromagnetics.static.resistivity.Simulation2DNodal) to define the forward simulation for DC resistivity. Prior to simulating data for a given physical property model, the simulation object must be associated with a:\n",
848+
"In SimPEG, the governing physics, problem geometry and input parameters for the forward simulation are defined within simulation classes. Here we generate an instance of [Simulation2DNodal](https://docs.simpeg.xyz/content/api/generated/SimPEG.electromagnetics.static.resistivity.Simulation2DNodal.html#SimPEG.electromagnetics.static.resistivity.Simulation2DNodal) to define the forward simulation for DC resistivity. Prior to simulating data for a given physical property model, the simulation object must be associated with a:\n",
849849
"\n",
850850
"- survey\n",
851851
"- mesh\n",

0 commit comments

Comments
 (0)