Skip to content

Commit

Permalink
Remove bot messages
Browse files Browse the repository at this point in the history
  • Loading branch information
haticekaratay committed Aug 18, 2023
1 parent bba7e73 commit ebc7835
Showing 1 changed file with 2 additions and 62 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,46 +82,6 @@
"- `crds` for working with JWST reference files"
]
},
{
"cell_type": "markdown",
"metadata": {},
"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> Begin PEP8 check cells (delete above when finished)</b></p>"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand All @@ -143,27 +103,7 @@
"execution_count": null,
"id": "08ddf5f7",
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"2023-08-18 11:24:23 - INFO - 2:1: E402 module level import not at top of file\n",
"2023-08-18 11:24:23 - INFO - 3:1: E402 module level import not at top of file\n",
"2023-08-18 11:24:23 - INFO - 5:1: E402 module level import not at top of file\n",
"2023-08-18 11:24:23 - INFO - 6:1: E402 module level import not at top of file\n",
"2023-08-18 11:24:23 - INFO - 8:1: E402 module level import not at top of file\n",
"2023-08-18 11:24:23 - INFO - 9:1: E402 module level import not at top of file\n",
"2023-08-18 11:24:23 - INFO - 10:1: E402 module level import not at top of file\n",
"2023-08-18 11:24:23 - INFO - 12:1: E402 module level import not at top of file\n",
"2023-08-18 11:24:23 - INFO - 13:1: E402 module level import not at top of file\n",
"2023-08-18 11:24:23 - INFO - 14:1: E402 module level import not at top of file\n",
"2023-08-18 11:24:23 - INFO - 16:1: E402 module level import not at top of file\n",
"2023-08-18 11:24:23 - INFO - 18:1: E402 module level import not at top of file\n",
"2023-08-18 11:24:23 - INFO - 19:1: E402 module level import not at top of file\n"
]
}
],
"outputs": [],
"source": [
"%matplotlib inline\n",
"import urllib.request\n",
Expand Down Expand Up @@ -843,7 +783,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.9.17"
}
},
"nbformat": 4,
Expand Down

0 comments on commit ebc7835

Please sign in to comment.