Skip to content

Commit 3f00f46

Browse files
committed
Cleanup Rop tests and fix Max Rop implementation
1 parent 08152d0 commit 3f00f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_rop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def test_Rop_partially_differentiable_paths(self):
351351
disconnected_outputs="raise",
352352
)
353353

354-
# More extensive testing shows that the legacy Rop implementation FAILS to raise when
354+
# More extensive testing shows that the Rop implementation FAILS to raise when
355355
# the cost is linked through strictly non-differentiable paths.
356356
# This is not Dot specific, we would observe the same with any operation where the gradient
357357
# with respect to one of the inputs does not depend on the original input (such as `mul`, `add`, ...)

0 commit comments

Comments
 (0)