Skip to content

Commit dc1f781

Browse files
committed
reference is FiniteDifferences not ForwardDiff
1 parent 4e05122 commit dc1f781

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

web/src/App.svelte

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
'<span class="wrong">wrong</span>' means that AD ran but the
8787
result was not correct. If this happens you should be very wary!
8888
Note that this is done by comparing against the result obtained
89-
using ForwardDiff, i.e., ForwardDiff is by definition always
90-
'correct'.
89+
using FiniteDifferences, i.e., FiniteDifferences is by
90+
definition always 'correct'.
9191
</li>
9292
<li>
9393
'<span class="error">error</span>' means that AD didn't run.
@@ -100,9 +100,13 @@
100100
</ul>
101101

102102
<div class="warning">
103-
<b>Note: The results here are run with Julia 1.11. Enzyme currently does not work on Julia 1.12.</b>
103+
<b
104+
>Note: The results here are run with Julia 1.11. Enzyme
105+
currently does not work on Julia 1.12.</b
106+
>
104107
</div>
105-
<h2>Results</h2> <p>
108+
<h2>Results</h2>
109+
<p>
106110
<a href="adtests.json" target="_blank" download
107111
>Download the raw data (JSON)</a
108112
>

0 commit comments

Comments
 (0)