We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08152d0 commit 3f00f46Copy full SHA for 3f00f46
tests/test_rop.py
@@ -351,7 +351,7 @@ def test_Rop_partially_differentiable_paths(self):
351
disconnected_outputs="raise",
352
)
353
354
- # More extensive testing shows that the legacy Rop implementation FAILS to raise when
+ # More extensive testing shows that the Rop implementation FAILS to raise when
355
# the cost is linked through strictly non-differentiable paths.
356
# This is not Dot specific, we would observe the same with any operation where the gradient
357
# with respect to one of the inputs does not depend on the original input (such as `mul`, `add`, ...)
0 commit comments