Skip to content

Commit afdc230

Browse files
authored
Merge pull request #2565 from devitocodes/norm_fix
examples: Fix norm for space order 4
2 parents 17ca3b9 + fcabd3a commit afdc230

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)