Skip to content

Commit 43d7744

Browse files
committed
[DOC] Fix tutorial ch2
1 parent 2c56871 commit 43d7744

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Chapter 2: Forward Geophysics
2+
-----------------------------
3+
4+
These examples show how to use some of the in built functionality for forward geophysics. At this date GemPy is not meant to be a package for classical geophysical inversion rather to allow probabilistic inversion. This means that we need algorithms that can be fast, differentiable but still capable to estimate the right answer!

examples/tutorials/ch2-Geophysics/ch2_1_gravity.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@
165165
#
166166

167167
# %%
168-
# sphinx_gallery_thumbnail_number = 4
169168
gpv.plot_2d(geo_model, cell_number=[-1], direction=['z'], show=False,
170169
kwargs_regular_grid={'alpha': .5})
171170

@@ -179,3 +178,5 @@
179178
cbar = plt.colorbar()
180179
cbar.set_label(r'$\mu$gal')
181180
plt.show()
181+
182+
# sphinx_gallery_thumbnail_number = -2

0 commit comments

Comments
 (0)