We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf7626 commit 1bc6be2Copy full SHA for 1bc6be2
tests/unit/aggregation/test_nash_mtl.py
@@ -50,6 +50,7 @@ def test_non_differentiable(aggregator: NashMTL, matrix: Tensor) -> None:
50
51
@mark.filterwarnings(
52
"ignore:Solution may be inaccurate.",
53
+ "ignore:You are solving a parameterized problem that is not DPP.",
54
)
55
@mark.parametrize(["aggregator", "matrix"], standard_pairs)
56
def test_stateful(aggregator: NashMTL, matrix: Tensor) -> None:
0 commit comments