You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for submitting a bug report to Turing.jl!
11
+
12
+
To make sure we can pinpoint the issue and fix it as quickly as possible, we ask you to provide some information about the bug you encountered. Please fill out the form below.
13
+
14
+
- type: textarea
15
+
id: mwe
16
+
attributes:
17
+
label: Minimal working example
18
+
description: Paste the code that led to the bug here. Ideally, simplify it as much as possible. This will be formatted as Julia code, so no need for backticks.
19
+
render: julia
20
+
validations:
21
+
required: true
22
+
23
+
- type: textarea
24
+
id: description
25
+
attributes:
26
+
label: Description
27
+
description: Describe the bug you encountered – what happened, and what did you expect to happen?
28
+
validations:
29
+
required: true
30
+
31
+
- type: textarea
32
+
id: versioninfo
33
+
attributes:
34
+
label: Julia version info
35
+
description: Paste the output of `versioninfo()` between the triple backticks
36
+
value: |
37
+
<details><summary>versioninfo()</summary>
38
+
39
+
```
40
+
(Paste here)
41
+
```
42
+
</details>
43
+
validations:
44
+
required: true
45
+
46
+
- type: textarea
47
+
id: manifest
48
+
attributes:
49
+
label: Manifest
50
+
description: Paste the output of `]st --manifest` between the triple backticks.
0 commit comments