Skip to content

Commit

Permalink
apply fix suggested by Luca Pagano
Browse files Browse the repository at this point in the history
  • Loading branch information
mreineck committed Nov 7, 2024
1 parent b671b68 commit 8920c56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion litebird_sim/beam_convolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def add_convolved_sky(
curr_pointings_det = pointings[detector_idx, :, :]
else:
curr_pointings_det, hwp_angle = pointings(detector_idx)
curr_pointings_det = curr_pointings_det.reshape(-1, 3)

if hwp_angle is None:
hwp_angle = 0
Expand Down

0 comments on commit 8920c56

Please sign in to comment.