Skip to content

Commit 8ee3236

Browse files
authored
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__`.
1 parent 001318e commit 8ee3236

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyro/mesh/mesh-examples.ipynb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,11 @@
8080
{
8181
"cell_type": "code",
8282
"execution_count": 3,
83-
"metadata": {},
83+
"metadata": {
84+
"tags": [
85+
"nbval-ignore-output"
86+
]
87+
},
8488
"outputs": [
8589
{
8690
"name": "stdout",

0 commit comments

Comments
 (0)