Skip to content

Commit

Permalink
fix icecube test
Browse files Browse the repository at this point in the history
  • Loading branch information
FusRoman committed Nov 6, 2023
1 parent d4a74c3 commit 8d9f227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fink_mm/observatory/observatory.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def get_pixels(self, NSIDE: int) -> list:
Examples
--------
>>> icecube_bronze.get_pixels(32)
array([10349])
array([10222, 10223, 10349])
"""
coords = vp.get_event_position(self.voevent)
voevent_error = self.err_to_arcminute()
Expand Down

0 comments on commit 8d9f227

Please sign in to comment.