diff --git a/CHANGES.rst b/CHANGES.rst index 6f0cce2a..a4375511 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -15,6 +15,9 @@ - Force ``bounding_box`` to always be returned as a ``F`` ordered box. [#522] +- Add warning filter to asdf extension to prevent the ``bounding_box`` order warning for gwcs + objects originating from a file. [#526] + 0.21.0 (2024-03-10) ------------------- diff --git a/gwcs/tests/test_wcs.py b/gwcs/tests/test_wcs.py index 39755aa8..5c9af093 100644 --- a/gwcs/tests/test_wcs.py +++ b/gwcs/tests/test_wcs.py @@ -1469,4 +1469,4 @@ def test_no_bounding_box_if_read_from_file(tmp_path): # Check that no warning is issued for the bounding box of this WCS object with warnings.catch_warnings(): warnings.simplefilter("error") - wcs_from_file.bounding_box \ No newline at end of file + wcs_from_file.bounding_box