From 27d10f53849dbbc87659704c4c26e2670bdb9dac Mon Sep 17 00:00:00 2001 From: Martin Lang Date: Sun, 3 Jul 2022 15:51:23 +0200 Subject: [PATCH] Avoid test failures in notebook --- docs/ubermag-version.ipynb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/ubermag-version.ipynb b/docs/ubermag-version.ipynb index e5ef93e..a71410c 100644 --- a/docs/ubermag-version.ipynb +++ b/docs/ubermag-version.ipynb @@ -14,12 +14,16 @@ "cell_type": "code", "execution_count": 2, "id": "ca1ea197-c3f2-4217-8b58-20a913f5ad00", - "metadata": {}, + "metadata": { + "tags": [ + "nbval-ignore-output" + ] + }, "outputs": [ { "data": { "text/plain": [ - "'0.62.1'" + "'0.63.0'" ] }, "execution_count": 2,