Skip to content

Commit

Permalink
Update wfc3_exception_report.ipynb for PEP8
Browse files Browse the repository at this point in the history
hopefully final PEP8 changes. sorry im so bad at this 🫠
  • Loading branch information
bjkuhn authored Nov 8, 2023
1 parent 15e3223 commit afa5f90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
"figure_size = (7, 5) # Edit if you want to chage the figure size\n",
"dotsperinch = 115 # Edit if you want to change the figure resolution\n",
"\n",
"for ext in range(1,numexts+1):\n",
"for ext in range(1, numexts+1):\n",
"\n",
" jit_tbl = Table(fits.getdata(jit_file, ext))\n",
" expname = fits.getheader(jit_file, ext)['EXPNAME']\n",
Expand Down

0 comments on commit afa5f90

Please sign in to comment.