Skip to content

Commit

Permalink
MAINT: remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Sep 20, 2023
1 parent b9aed33 commit 6ef58fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ extend-ignore =
E731,
E741,
F404,
F841,
2 changes: 0 additions & 2 deletions docs/lecture17.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@
" t[the_mask] = np.nan\n",
"\n",
" vmax = max(max(t.imag.max(), t.real.max()) for t in T)\n",
" colorscale = [[i, c] for i, c in enumerate(DEFAULT_PLOTLY_COLORS)]\n",
" style = lambda i, t: dict(\n",
" cmin=-vmax,\n",
" cmax=+vmax,\n",
Expand Down Expand Up @@ -707,7 +706,6 @@
"Tp = T_funcs[0](Zp**2)\n",
"\n",
"vmax = 100\n",
"colorscale = [[i, c] for i, c in enumerate(DEFAULT_PLOTLY_COLORS)]\n",
"sty = lambda t: dict(\n",
" cmin=-vmax,\n",
" cmax=+vmax,\n",
Expand Down

0 comments on commit 6ef58fe

Please sign in to comment.