Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gil2rok authored Oct 30, 2024
1 parent a103796 commit 6f13a3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blackjax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from .adaptation.window_adaptation import window_adaptation
from .base import SamplingAlgorithm, VIAlgorithm
from .diagnostics import effective_sample_size as ess
from .diagnostics import nested_rhat as nested_rhat
from .diagnostics import potential_scale_reduction as rhat
from .mcmc import barker
from .mcmc import dynamic_hmc as _dynamic_hmc
Expand Down

0 comments on commit 6f13a3a

Please sign in to comment.