Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tutorials/compile_logp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
" float: Log probability value for the given parameters\n",
" \"\"\"\n",
" v, a, z, t = theta\n",
" return logp_fun({\"v\": v, \"a\": a, \"z\": z, \"t\": t})"
" return logp_fun({\"v0\": v, \"v1\" \"a\": a, \"z\": z, \"t\": t})"
]
},
{
Expand Down
Binary file added docs/tutorials/idata/basic_ddm/traces.nc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3039,7 +3039,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.9"
"version": "3.11.12"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/main_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21842,7 +21842,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.9"
"version": "3.11.12"
}
},
"nbformat": 4,
Expand Down
Loading