Skip to content

Commit 6894256

Browse files
committed
misc: Very important linebreaks must be preserved
1 parent 25f22fa commit 6894256

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

examples/seismic/tutorials/06_elastic_varying_parameters.ipynb

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,9 +1686,13 @@
16861686
"$\\displaystyle \\left(- \\frac{f(x - h_x, y - h_y)}{4 h_{x}} + \\frac{f(x + h_x, y + h_y)}{4 h_{x}}\\right) + \\left(- \\frac{f(x - h_x, y + h_y)}{4 h_{x}} + \\frac{f(x + h_x, y - h_y)}{4 h_{x}}\\right)$"
16871687
],
16881688
"text/plain": [
1689-
" f(x - hₓ, y - h_y) f(x + hₓ, y + h_y) f(x - hₓ, y + h_y) f(x + hₓ, y - h_y)\n",
1690-
"- ────────────────── + ────────────────── + - ────────────────── + ──────────────────\n",
1691-
" 4⋅hₓ 4⋅hₓ 4⋅hₓ 4⋅hₓ "
1689+
" f(x - hₓ, y - h_y) f(x + hₓ, y + h_y) f(x - hₓ, y + h_y) f(x + hₓ, y ↪\n",
1690+
"- ────────────────── + ────────────────── + - ────────────────── + ─────────── ↪\n",
1691+
" 4⋅hₓ 4⋅hₓ 4⋅hₓ 4⋅hₓ ↪\n",
1692+
"\n",
1693+
"↪ - h_y)\n",
1694+
"↪ ───────\n",
1695+
"↪ "
16921696
]
16931697
},
16941698
"execution_count": 30,

examples/seismic/tutorials/09_viscoelastic.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
{
354354
"data": {
355355
"text/plain": [
356-
"np.int64(0)"
356+
"0"
357357
]
358358
},
359359
"execution_count": 13,

examples/userapi/01_dsl.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
{
4545
"data": {
4646
"text/plain": [
47-
"Grid[extent=(np.float32(1.0), np.float32(1.0)), shape=(5, 6), dimensions=(x, y)]"
47+
"Grid[extent=(1.0, 1.0), shape=(5, 6), dimensions=(x, y)]"
4848
]
4949
},
5050
"execution_count": 2,

0 commit comments

Comments
 (0)