Skip to content

Commit c01d61d

Browse files
committed
Remove useless warning filters
1 parent cc92f2d commit c01d61d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/tensor/test_slinalg.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,6 @@ def recover_Q(A, X, continuous=True):
528528
@pytest.mark.parametrize("use_complex", [False, True], ids=["float", "complex"])
529529
@pytest.mark.parametrize("shape", [(5, 5), (5, 5, 5)], ids=["matrix", "batch"])
530530
@pytest.mark.parametrize("method", ["direct", "bilinear"])
531-
@pytest.mark.filterwarnings("ignore::UserWarning")
532531
def test_solve_discrete_lyapunov(
533532
use_complex, shape: tuple[int], method: Literal["direct", "bilinear"]
534533
):

0 commit comments

Comments
 (0)