Skip to content

Commit

Permalink
removed debugging print commands
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonreusch committed Sep 23, 2020
1 parent a1c1542 commit 03b7011
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ampel_magic.py
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,6 @@ def __init__(self, data):
for i, p in enumerate(tqdm(hp.nest2ring(nside, self.pixel_nos))):
if p in pix_obs_times.keys():
if p in idx:
print("1")
plane_pixels.append(p)
plane_probs.append(self.map_probs[i])

Expand All @@ -990,11 +989,9 @@ def __init__(self, data):

else:
if p not in idx:
print("4")
single_no_plane_pixels.append(p)
single_no_plane_prob.append(self.map_probs[i])
else:
print("5")
single_probs.append(self.map_probs[i])
single_pixels.append(p)

Expand Down

0 comments on commit 03b7011

Please sign in to comment.