Skip to content

Commit 86ef292

Browse files
authored
Merge pull request #45 from wsmoses/wm/closed
Remove reference to closed issue
2 parents ab3e718 + 36a5bf2 commit 86ef292

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 on Julia 1.11 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 Julia 1.10, or
113-
an older 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)