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.
1 parent cb9ebb4 commit 0e12374Copy full SHA for 0e12374
.github/workflows/Docs.yml
@@ -24,6 +24,8 @@ jobs:
24
steps:
25
- name: Build and deploy Documenter.jl docs
26
uses: TuringLang/actions/DocsDocumenter@main
27
+ with:
28
+ julia-version: 1.11
29
30
- name: Run doctests
31
shell: julia --project=docs --color=yes {0}
test/turing.jl
@@ -49,7 +49,7 @@
49
model,
50
externalsampler(sampler),
51
n_samples;
52
- initial_params=InitFromParams((s = 1.0, m = 0.1)),
+ initial_params=InitFromParams((s=1.0, m=0.1)),
53
progress=false,
54
)
55
0 commit comments