Skip to content

Commit bc29727

Browse files
steven-murraybhazelton
authored andcommitted
test: fix extraneous warning
1 parent 0b586af commit bc29727

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/uvbeam/test_uvbeam.py

-1
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,6 @@ def test_freq_interp_real_and_complex(cst_power_2freq):
835835
"object will have it set to None."
836836
)
837837

838-
exp_warnings.append("The default value for `return_basis_vector` is True")
839838
with check_warnings(UserWarning, match=exp_warnings):
840839
pbeam = power_beam.interp(
841840
freq_array=freqs, freq_interp_kind="linear", new_object=True

0 commit comments

Comments
 (0)