From 887f00c77f9adbb61cf5020ce92ed8cf23061f6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Rey?= Date: Wed, 28 Jan 2026 16:08:52 +0100 Subject: [PATCH 1/2] ci: Test PR to run CI --- src/torchjd/aggregation/_aggregator_bases.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/torchjd/aggregation/_aggregator_bases.py b/src/torchjd/aggregation/_aggregator_bases.py index 959b1485..4d7921bb 100644 --- a/src/torchjd/aggregation/_aggregator_bases.py +++ b/src/torchjd/aggregation/_aggregator_bases.py @@ -6,6 +6,8 @@ from ._weighting_bases import Weighting +# Add something that just to be able to make a PR + class Aggregator(nn.Module, ABC): r""" From d94d3c024f5e4ea4b1e867e93cda7a754702b0ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Rey?= Date: Wed, 28 Jan 2026 16:16:56 +0100 Subject: [PATCH 2/2] Add change --- src/torchjd/aggregation/_aggregator_bases.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/torchjd/aggregation/_aggregator_bases.py b/src/torchjd/aggregation/_aggregator_bases.py index 4d7921bb..11fd0cc2 100644 --- a/src/torchjd/aggregation/_aggregator_bases.py +++ b/src/torchjd/aggregation/_aggregator_bases.py @@ -6,7 +6,7 @@ from ._weighting_bases import Weighting -# Add something that just to be able to make a PR +# Add something that just to be able to make a PR. Change. class Aggregator(nn.Module, ABC):