Skip to content

Commit

Permalink
Fix error in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Aug 25, 2022
1 parent dde2d83 commit c1f8451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Example
# Build the transition kernel
srng = RandomStream(seed=0)
kernel = nuts.kernel(srng, logprob_fn)
kernel = nuts.new_kernel(srng, logprob_fn)
# Compile a function that updates the chain
y_vv = Y_rv.clone()
Expand Down

0 comments on commit c1f8451

Please sign in to comment.