Skip to content

Commit

Permalink
Revert "test CI: add static"
Browse files Browse the repository at this point in the history
This reverts commit fa6558f.
  • Loading branch information
reubenharry committed Jan 21, 2025
1 parent 81a12e0 commit 74e1f89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 245 deletions.
2 changes: 0 additions & 2 deletions blackjax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from .base import SamplingAlgorithm, VIAlgorithm
from .diagnostics import effective_sample_size as ess
from .diagnostics import potential_scale_reduction as rhat
from .mcmc import adjusted_mclmc as _adjusted_mclmc
from .mcmc import adjusted_mclmc_dynamic as _adjusted_mclmc_dynamic
from .mcmc import barker
from .mcmc import dynamic_hmc as _dynamic_hmc
Expand Down Expand Up @@ -115,7 +114,6 @@ def generate_top_level_api_from(module):

mclmc = generate_top_level_api_from(_mclmc)
adjusted_mclmc_dynamic = generate_top_level_api_from(_adjusted_mclmc_dynamic)
adjusted_mclmc = generate_top_level_api_from(_adjusted_mclmc)
elliptical_slice = generate_top_level_api_from(_elliptical_slice)
ghmc = generate_top_level_api_from(_ghmc)
barker_proposal = generate_top_level_api_from(barker)
Expand Down
243 changes: 0 additions & 243 deletions blackjax/mcmc/adjusted_mclmc.py

This file was deleted.

0 comments on commit 74e1f89

Please sign in to comment.