Skip to content

Commit 10ecfea

Browse files
committed
Remove reference to closed issue
1 parent 1565acf commit 10ecfea

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

web/src/App.svelte

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -103,16 +103,6 @@
103103
>
104104
</p>
105105

106-
<p>
107-
<b>Note about Enzyme:</b> Enzyme does not work with DynamicPPL 0.37
108-
/ Turing 0.40 because of
109-
<a
110-
href="https://github.com/EnzymeAD/Enzyme.jl/issues/2429"
111-
target="_blank">this issue</a
112-
>. If you want to use Enzyme with Turing, please use an older
113-
version of Turing / DynamicPPL.
114-
</p>
115-
116106
{#each categorisedData.entries() as [category, modelData]}
117107
<h3>{category}</h3>
118108
<ResultsTable data={modelData} {modelDefinitions} />

0 commit comments

Comments
 (0)