Skip to content

Commit

Permalink
examples: update tutorial 15
Browse files Browse the repository at this point in the history
  • Loading branch information
ofmla authored and mloubout committed Jul 18, 2022
1 parent d0f3215 commit 87e7d99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/seismic/tutorials/15_tti_qp_pure.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"origin = (0.,0.) \n",
"nbl = 0 # number of pad points\n",
"\n",
"model = demo_model('constant-tti', spacing=spacing, space_order=8,\n",
" shape=shape, nbl=nbl)\n",
"model = demo_model('layers-tti', spacing=spacing, space_order=8,\n",
" shape=shape, nbl=nbl, nlayers=1)\n",
"\n",
"# initialize Thomsem parameters to those used in Mu et al., (2020)\n",
"model.update('vp', np.ones(shape)*3.6) # km/s\n",
Expand Down Expand Up @@ -735,7 +735,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.11"
"version": "3.8.12"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 87e7d99

Please sign in to comment.