Skip to content

Commit 4cd1ccc

Browse files
committed
Add extra sentence in upgrad docstring
1 parent 37b55ab commit 4cd1ccc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/torchjd/aggregation/upgrad.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
class UPGrad(_WeightedAggregator):
1414
"""
15+
TEST: check if this new sentence appears in the built documentation.
16+
1517
:class:`~torchjd.aggregation.bases.Aggregator` that projects each row of the input matrix onto
1618
the dual cone of all rows of this matrix, and that combines the result, as proposed in
1719
`Jacobian Descent For Multi-Objective Optimization <https://arxiv.org/pdf/2406.16232>`_.

0 commit comments

Comments
 (0)