Skip to content

Commit bec9dd7

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

2 files changed

Lines changed: 8 additions & 4 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,

0 commit comments

Comments
 (0)