Skip to content

Commit

Permalink
Skip checking the output of help() in a notebook (#190)
Browse files Browse the repository at this point in the history
Python 3.11.7 and 3.12.1 removed the `(if defined)` notice on `__dict__`
and `__weakref__`.
  • Loading branch information
yut23 authored Feb 7, 2024
1 parent 001318e commit 8ee3236
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyro/mesh/mesh-examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,11 @@
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"metadata": {
"tags": [
"nbval-ignore-output"
]
},
"outputs": [
{
"name": "stdout",
Expand Down

0 comments on commit 8ee3236

Please sign in to comment.