Skip to content

Commit c21f6fc

Browse files
Jammy2211Jammy2211
authored andcommitted
all unit tests pass with w_tilde update
1 parent cabb9b9 commit c21f6fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test_autoarray/dataset/imaging/test_dataset.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@ def test__apply_mask(imaging_7x7, mask_2d_7x7, psf_3x3):
192192
)
193193

194194
assert type(masked_imaging_7x7.psf) == aa.Kernel2D
195+
196+
masked_imaging_7x7 = masked_imaging_7x7.apply_w_tilde()
197+
195198
assert masked_imaging_7x7.w_tilde.curvature_preload.shape == (35,)
196199
assert masked_imaging_7x7.w_tilde.indexes.shape == (35,)
197200
assert masked_imaging_7x7.w_tilde.lengths.shape == (9,)

0 commit comments

Comments
 (0)