From e06cfb37eb099e45302dd015b0396bf26c913778 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 9 Mar 2023 15:53:51 -0800 Subject: Update restrictions sections in autodiff doc. (#2694) * Update restrictions section in autodiff doc. * Update restrictions sections in autodiff doc. --------- Co-authored-by: Yong He --- tests/autodiff/primal-substitute.slang.expected.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/autodiff/primal-substitute.slang.expected.txt b/tests/autodiff/primal-substitute.slang.expected.txt index af1b9f528..8f03ec722 100644 --- a/tests/autodiff/primal-substitute.slang.expected.txt +++ b/tests/autodiff/primal-substitute.slang.expected.txt @@ -1,3 +1,6 @@ type: float -12.0 -18.0 +12.000000 +18.000000 +0.000000 +0.000000 +0.000000 -- cgit v1.2.3