Skip to content

Commit 3842540

Browse files
committed
Update badge + space in convergence
1 parent 057b4d9 commit 3842540

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The dolfin-X tutorial
2-
![CI status](https://github.com/jorgensd/dolfinx-tutorial/actions/workflows/blank.yml/badge.svg)
2+
![CI status](https://github.com/jorgensd/dolfinx-tutorial/actions/workflows/build-publish.yml/badge.svg)
33
![Main status](https://github.com/jorgensd/dolfinx-tutorial/actions/workflows/main-test.yml/badge.svg)
44

55
This is the github repo for the dolfinx-tutorial [webpage](https://jorgensd.github.io/dolfinx-tutorial/).

chapter4/convergence.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
" hs[i] = 1. / Ns[i]\n",
229229
" print(f\"h: {hs[i]:.2e} Error: {Es[i]:.2e}\")\n",
230230
" rates = np.log(Es[1:] / Es[:-1]) / np.log(hs[1:] / hs[:-1])\n",
231-
" print(f\"Polynomial degree{degree:d}, Rates {rates}\")"
231+
" print(f\"Polynomial degree {degree:d}, Rates {rates}\")"
232232
]
233233
},
234234
{
@@ -272,4 +272,4 @@
272272
},
273273
"nbformat": 4,
274274
"nbformat_minor": 2
275-
}
275+
}

0 commit comments

Comments
 (0)