Skip to content

Commit

Permalink
Removed technical review cells
Browse files Browse the repository at this point in the history
  • Loading branch information
ojustino committed Sep 15, 2021
1 parent 2109958 commit a026810
Showing 1 changed file with 0 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,48 +93,6 @@
" return pickle.load(f)"
]
},
{
"cell_type": "markdown",
"metadata": {
"tags": []
},
"source": [
"<p style=\"font-size:200%; color:#e56020; background-color:#1d1160;\"><b><i>Reviewer note:</i> Begin PEP8 check cells (delete below when finished)</b></p>"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# disable all imported packages' loggers\n",
"import logging\n",
"logging.root.manager.loggerDict = {}"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# enable PEP8 checker for this notebook\n",
"%load_ext pycodestyle_magic\n",
"%flake8_on --ignore E261,E501,W291,W293\n",
"\n",
"# only allow the checker to throw warnings when there's a violation\n",
"logging.getLogger('flake8').setLevel('ERROR')\n",
"logging.getLogger('stpipe').setLevel('ERROR')"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<p style=\"font-size:200%; color:#e56020; background-color:#1d1160;\"><b><i>Reviewer note:</i> End PEP8 check cells (delete above when finished)</b></p>"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit a026810

Please sign in to comment.