Skip to content

Commit bdade2c

Browse files
authored
Merge branch 'devitocodes:main' into master
2 parents 1e99432 + afdc230 commit bdade2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/seismic/tutorials/05_staggered_acoustic.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@
364364
"metadata": {},
365365
"outputs": [],
366366
"source": [
367-
"norm_p = norm(p)\n",
368-
"assert np.isclose(norm_p, .35098, atol=1e-4, rtol=0)"
367+
"norm_p = norm(p4)\n",
368+
"assert np.isclose(norm_p, .33736, atol=1e-4, rtol=0)"
369369
]
370370
}
371371
],

0 commit comments

Comments
 (0)