Skip to content

Commit

Permalink
Fix Introductin Example
Browse files Browse the repository at this point in the history
  • Loading branch information
yayami3 authored and rlouf committed Jan 25, 2023
1 parent 017f441 commit 4fa296f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ We can use the obtained parameters to define a new kernel. Note that we do not h
```{code-cell} python
%%time
kernel = blackjax.nuts(logdensity_fn, **parameters)
kernel = blackjax.nuts(logdensity, **parameters).step
states = inference_loop(rng_key, kernel, state, 1_000)
loc_samples = states.position["loc"].block_until_ready()
Expand Down

0 comments on commit 4fa296f

Please sign in to comment.