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.
2 parents ab3e718 + 36a5bf2 commit 86ef292Copy full SHA for 86ef292
web/src/App.svelte
@@ -103,16 +103,6 @@
103
>
104
</p>
105
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
-
116
{#each categorisedData.entries() as [category, modelData]}
117
<h3>{category}</h3>
118
<ResultsTable data={modelData} {modelDefinitions} />
0 commit comments