Skip to content

Commit

Permalink
test: transpose beam window given code changed
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Feb 13, 2025
1 parent d5ee735 commit cb949b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_smoothing.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def input_map():


def test_smoothing_healpix_beamwindow(input_map):
beam_window = hp.gauss_beam(fwhm=FWHM, lmax=LMAX, pol=True)
beam_window = hp.gauss_beam(fwhm=FWHM, lmax=LMAX, pol=True).T

smoothed_map = apply_smoothing_and_coord_transform(
input_map, lmax=LMAX, beam_window=beam_window
Expand Down

0 comments on commit cb949b7

Please # to comment.