From e6eb7197d6e07958240629f7a617ae7f6374579f Mon Sep 17 00:00:00 2001 From: ojustino Date: Wed, 15 Sep 2021 14:54:39 -0400 Subject: [PATCH] Removed technical review cells --- .../NGC4151_FeII_ContinuumFit.ipynb | 42 ------------------- 1 file changed, 42 deletions(-) diff --git a/jdat_notebooks/IFU_cube_continuum_fit/NGC4151_FeII_ContinuumFit.ipynb b/jdat_notebooks/IFU_cube_continuum_fit/NGC4151_FeII_ContinuumFit.ipynb index 43cb6bb4..635dc182 100644 --- a/jdat_notebooks/IFU_cube_continuum_fit/NGC4151_FeII_ContinuumFit.ipynb +++ b/jdat_notebooks/IFU_cube_continuum_fit/NGC4151_FeII_ContinuumFit.ipynb @@ -93,48 +93,6 @@ " return pickle.load(f)" ] }, - { - "cell_type": "markdown", - "metadata": { - "tags": [] - }, - "source": [ - "

Reviewer note: Begin PEP8 check cells (delete below when finished)

" - ] - }, - { - "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": [ - "

Reviewer note: End PEP8 check cells (delete above when finished)

" - ] - }, { "cell_type": "code", "execution_count": null,