Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Sommani committed Jan 16, 2025
1 parent 2c41db1 commit 837f3e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions skyreader/plot/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

from .plotting_tools import (
AstroMollweideAxes,
DecFormatter,
format_fits_header,
hp_ticklabels,
plot_catalog
Expand Down Expand Up @@ -102,8 +101,6 @@ def create_plot(
grid_pix = healpy.ang2pix(max(nsides), np.pi/2. - DEC, RA)
plotting_map = equatorial_map[grid_pix]

min_value = grid_value[0] # for probability map, this is actually
# the max_value
min_dec = grid_dec[0]
min_ra = grid_ra[0]

Expand Down

0 comments on commit 837f3e1

Please sign in to comment.