Skip to content

Commit

Permalink
reruning precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
ciguaran committed Aug 27, 2024
1 parent aec2e51 commit cededec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blackjax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
from .sgmcmc import sgnht as _sgnht
from .smc import adaptive_tempered
from .smc import inner_kernel_tuning as _inner_kernel_tuning
from .smc import tempered
from .smc import partial_posteriors_path as _partial_posteriors_smc
from .smc import tempered
from .vi import meanfield_vi as _meanfield_vi
from .vi import pathfinder as _pathfinder
from .vi import schrodinger_follmer as _schrodinger_follmer
Expand Down
2 changes: 1 addition & 1 deletion blackjax/smc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"tempered",
"inner_kernel_tuning",
"extend_params",
"partial_posteriors_path"
"partial_posteriors_path",
]
2 changes: 1 addition & 1 deletion tests/smc/test_partial_posteriors_smc.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def partial_logposterior(x):
hmc_parameters,
resampling.systematic,
30,
partial_logposterior_factory=partial_logposterior_factory
partial_logposterior_factory=partial_logposterior_factory,
)

init_state = init(init_particles, 1000)
Expand Down

0 comments on commit cededec

Please sign in to comment.