Skip to content

Commit

Permalink
fix warnings filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton committed Mar 12, 2024
1 parent 3ff2fa6 commit a791f16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyuvdata/uvbeam/tests/test_beam_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import pyuvdata.tests as uvtest
import pyuvdata.utils as uvutils
from pyuvdata import AiryBeam, BeamInterface, GaussianBeam, ShortDipoleBeam, UniformBeam
from pyuvdata.uvbeam.uvbeam import _future_array_shapes_warning


@pytest.fixture()
Expand All @@ -30,7 +29,7 @@ def xy_grid_coarse():
return az_array, za_array, freqs


@pytest.mark.filterwarnings("ignore:" + _future_array_shapes_warning)
@pytest.mark.filterwarnings("ignore:This method will be removed in version 3.0")
@pytest.mark.parametrize(
["beam_obj", "kwargs"],
[
Expand Down

0 comments on commit a791f16

Please sign in to comment.