Skip to content

Commit 1bc6be2

Browse files
committed
Fix nahsmtl
1 parent 0bf7626 commit 1bc6be2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/aggregation/test_nash_mtl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def test_non_differentiable(aggregator: NashMTL, matrix: Tensor) -> None:
5050

5151
@mark.filterwarnings(
5252
"ignore:Solution may be inaccurate.",
53+
"ignore:You are solving a parameterized problem that is not DPP.",
5354
)
5455
@mark.parametrize(["aggregator", "matrix"], standard_pairs)
5556
def test_stateful(aggregator: NashMTL, matrix: Tensor) -> None:

0 commit comments

Comments
 (0)