Skip to content

Commit

Permalink
fixed sintax
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Sommani committed Feb 5, 2024
1 parent 34fda3a commit f101f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skymap_scanner/server/start_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def pixel_already_sent(pixel: Tuple[icetray.I3Int, icetray.I3Int]) -> bool:
LOGGER.info(f"Looking for refinements for {nside_subprogression}...")
#
if self.online_ra_dec is not None:
nside_subprogression = NSideProgression({self.min_nside:0})
nside_subprogression = NSideProgression([(self.min_nside,0)])

pixels_to_refine = choose_pixels_to_reconstruct(
self.nsides_dict,
Expand Down

0 comments on commit f101f7e

Please sign in to comment.