Skip to content

Commit

Permalink
docs: update and rerun user guide notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed May 7, 2024
1 parent 0274d7b commit b1c572a
Show file tree
Hide file tree
Showing 9 changed files with 4,698 additions and 6,870 deletions.
2,738 changes: 499 additions & 2,239 deletions docs/user_guide/adhering_to_constraints.ipynb

Large diffs are not rendered by default.

2,863 changes: 1,678 additions & 1,185 deletions docs/user_guide/combining_it_all.ipynb

Large diffs are not rendered by default.

1,143 changes: 636 additions & 507 deletions docs/user_guide/damping_cross_validation.ipynb

Large diffs are not rendered by default.

1,242 changes: 597 additions & 645 deletions docs/user_guide/density_cross_validation.ipynb

Large diffs are not rendered by default.

147 changes: 102 additions & 45 deletions docs/user_guide/discretization.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/user_guide/estimating_regional_field.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@
}
],
"source": [
"# contaminate gravity with 1 mGal of random noise\n",
"# contaminate gravity with 0.5 mGal of random noise\n",
"grav_df[\"observed_grav\"], stddev = synthetic.contaminate(\n",
" grav_df.grav,\n",
" stddev=0.5,\n",
Expand Down Expand Up @@ -1088,7 +1088,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.7"
"version": "3.12.3"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down
1,029 changes: 229 additions & 800 deletions docs/user_guide/including_starting_model.ipynb

Large diffs are not rendered by default.

1,498 changes: 769 additions & 729 deletions docs/user_guide/reference_level_cross_validation.ipynb

Large diffs are not rendered by default.

904 changes: 186 additions & 718 deletions docs/user_guide/simple_inversion.ipynb

Large diffs are not rendered by default.

0 comments on commit b1c572a

Please sign in to comment.