Skip to content

Commit

Permalink
Make sure example doesn't collide with our entry points.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth-T-Moore committed Jan 3, 2024
1 parent 2805b28 commit 2bd6faf
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -264,7 +264,7 @@
" \n",
" # other report entry points here...\n",
" \n",
" 'summary=openmdao.devtools.debug:_summary_report_register',\n",
" 'summary_report=openmdao.devtools.debug:_summary_report_register',\n",
" ],\n",
" }\n",
" ```\n",
Expand Down Expand Up @@ -332,7 +332,7 @@
"metadata": {
"celltoolbar": "Tags",
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand All @@ -346,7 +346,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.0"
"version": "3.8.10"
},
"orphan": true
},
Expand Down

0 comments on commit 2bd6faf

Please sign in to comment.