Skip to content

Commit 19a4ed4

Browse files
authored
tests(aggregation): Remove warning filtering from test_cagrad (#316)
1 parent 907e8b3 commit 19a4ed4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/doc/test_aggregation.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ def test_aligned_mtl():
2121

2222

2323
def test_cagrad():
24-
# Extra ----------------------------------------------------------------------------------------
25-
import warnings
26-
27-
warnings.filterwarnings("ignore")
28-
# ----------------------------------------------------------------------------------------------
29-
3024
from torch import tensor
3125

3226
from torchjd.aggregation import CAGrad

0 commit comments

Comments
 (0)