From 5aa72ab4cbc6b723b1e585709549810274fcf87c Mon Sep 17 00:00:00 2001 From: Scott Staniewicz Date: Wed, 17 Jul 2024 17:25:28 -0400 Subject: [PATCH] Fix shapely `RuntimeWarning` for new test --- tests/test_cslc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_cslc.py b/tests/test_cslc.py index f69da7c..a4d5c43 100644 --- a/tests/test_cslc.py +++ b/tests/test_cslc.py @@ -70,6 +70,7 @@ def test_file_regex(): # h5py: `product` is deprecated as of NumPy 1.25.0, and will be removed in NumPy 2.0. # Please use `prod` instead.:DeprecationWarning:h5py/_hl/dataset.py "ignore:.*product.*:DeprecationWarning", + "ignore:invalid value encountered in intersection:RuntimeWarning", )