Skip to content

Commit

Permalink
merge failed, try this
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonreusch committed Jun 1, 2023
1 parent 2271725 commit 12e0b23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuztf/ampel_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def ampel_api_skymap(
logger=None,
) -> tuple:
"""
Function to query ampel based on a list of healpix pixels (nside is the pixelization degree)
Function to query ampel based on lists of healpix pixels of different resolution (nside is the respective resolution)
"""

if logger is None:
Expand Down Expand Up @@ -503,7 +503,7 @@ def ampel_api_skymap(
hist = "true"
else:
hist = "false"

if with_cutouts:
cutouts = "true"
else:
Expand Down

0 comments on commit 12e0b23

Please sign in to comment.