From 8ee3236fbd41e66b4b81fb913a80fd3ca6042de0 Mon Sep 17 00:00:00 2001 From: "Eric T. Johnson" Date: Wed, 7 Feb 2024 16:58:56 -0500 Subject: [PATCH] Skip checking the output of `help()` in a notebook (#190) Python 3.11.7 and 3.12.1 removed the `(if defined)` notice on `__dict__` and `__weakref__`. --- pyro/mesh/mesh-examples.ipynb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyro/mesh/mesh-examples.ipynb b/pyro/mesh/mesh-examples.ipynb index e421f2b00..5c9bc381d 100644 --- a/pyro/mesh/mesh-examples.ipynb +++ b/pyro/mesh/mesh-examples.ipynb @@ -80,7 +80,11 @@ { "cell_type": "code", "execution_count": 3, - "metadata": {}, + "metadata": { + "tags": [ + "nbval-ignore-output" + ] + }, "outputs": [ { "name": "stdout",