Skip to content

Commit 0bf7626

Browse files
committed
Fix nashmtl test
1 parent b6c6d8b commit 0bf7626

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/unit/aggregation/test_nash_mtl.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ def test_non_differentiable(aggregator: NashMTL, matrix: Tensor) -> None:
4848
assert_non_differentiable(aggregator, matrix)
4949

5050

51+
@mark.filterwarnings(
52+
"ignore:Solution may be inaccurate.",
53+
)
5154
@mark.parametrize(["aggregator", "matrix"], standard_pairs)
5255
def test_stateful(aggregator: NashMTL, matrix: Tensor) -> None:
5356
assert_stateful(aggregator, matrix)

0 commit comments

Comments
 (0)