Skip to content

Commit

Permalink
more linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Julie Imig committed Oct 16, 2024
1 parent 21a9ed2 commit f1567d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebooks/SDSS/MaNGA_HST_tutorial/MaNGA_HST_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@
"ax.set_ylim(2350, 2900)\n",
"\n",
"bin_indx = manga_map['BINID'].data[1]\n",
"unique_bins, unique_indices = tuple(map(lambda x : x[1:],\n",
"unique_bins, unique_indices = tuple(map(lambda x: x[1:],\n",
" np.unique(bin_indx.ravel(), return_index=True)))\n",
"\n",
"x_pix = np.array([x for y in range(74) for x in range(74)])[unique_indices]\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/SDSS/MaNGA_HST_tutorial/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ astroquery >= 0.4.8.dev9474
matplotlib >= 3.9.1
numpy >= 1.26.4
reproject >= 0.14.0
PIL >= 10.4.0
Pillow >= 10.4.0

0 comments on commit f1567d7

Please sign in to comment.