Skip to content

Commit

Permalink
Update 02-inversion-dc-resistivity-2d.ipynb (#38)
Browse files Browse the repository at this point in the history
Add a couple lines.
  • Loading branch information
dccowan authored Jan 27, 2024
1 parent 5502873 commit 673076d
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions live/02-inversion-dc-resistivity-2d.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@
"\n",
"### <span style=\"color:darkgreen\">Exercise (beginner):</span>\n",
"\n",
"Use the [BaseInvProblem](https://docs.simpeg.xyz/content/api/generated/SimPEG.inverse_problem.BaseInvProblem.html) class to fully define the inverse problem that is solved at each beta (trade-off parameter) iteration. Use the variable name **inv_prob**. Instantiation requires the following as input arguments:\n",
"Use the [inverse_problem.BaseInvProblem](https://docs.simpeg.xyz/content/api/generated/SimPEG.inverse_problem.BaseInvProblem.html) class to fully define the inverse problem that is solved at each beta (trade-off parameter) iteration. Use the variable name **inv_prob**. Instantiation requires the following as input arguments:\n",
"\n",
"* **dmis** (the data misfit object)\n",
"* **reg** (the regularization object)\n",
Expand Down Expand Up @@ -895,6 +895,13 @@
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -1198,11 +1205,11 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"cell_type": "markdown",
"metadata": {},
"outputs": [],
"source": []
"source": [
"**Save notebook to drive so we can reuse tomorrow!**"
]
}
],
"metadata": {
Expand Down

0 comments on commit 673076d

Please sign in to comment.