Skip to content

Commit

Permalink
Fix typo in forward notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
santisoler committed Jan 31, 2024
1 parent a85143b commit 69d5702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion live/01-forward-dc-resistivity-2d.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@
"\n",
"Lets create a simulation: the object that will simulate the physics!\n",
"\n",
"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",
"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",
"\n",
"<img src=\"https://raw.githubusercontent.com/simpeg/agrogeo24/main/images/fwd_simulation.png\" width=\"30%\"/>"
]
Expand Down
2 changes: 1 addition & 1 deletion notebooks/01-forward-dc-resistivity-2d.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@
"\n",
"<img src=\"https://raw.githubusercontent.com/simpeg/agrogeo24/main/images/fwd_simulation.png\" width=\"30%\" align=\"right\"/>\n",
"\n",
"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",
"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",
"\n",
"- survey\n",
"- mesh\n",
Expand Down

0 comments on commit 69d5702

Please sign in to comment.