Skip to content

Commit

Permalink
Update healpy to 1.16.6 (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisNe authored Oct 16, 2023
1 parent 1d868fb commit 5891f0e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 19 deletions.
2 changes: 1 addition & 1 deletion nuztf/parse_nu_gcn.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def parse_gcn_circular(gcn_number: int):
returndict = {}
mainbody_starts_here = 999

endpoint = f"https://gcn.nasa.gov/circulars/{gcn_number}/json"
endpoint = f"https://gcn.nasa.gov/circulars/{gcn_number}.json"
res = requests.get(endpoint)
res_json = res.json()

Expand Down
51 changes: 33 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5891f0e

Please sign in to comment.