Skip to content

Commit

Permalink
remove adaptation_window filter - blocked on jaxlib
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdipper committed Jul 11, 2024
1 parent 2588b2d commit f43f002
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pymc/sampling/jax.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import pytensor.tensor as pt

from arviz.data.base import make_attrs
from blackjax.adaptation.base import get_filter_adapt_info_fn
from jax.lax import scan
from pytensor.compile import SharedVariable, Supervisor, mode
from pytensor.graph.basic import graph_inputs
Expand Down Expand Up @@ -393,7 +392,6 @@ def _sample_blackjax_nuts(
tune=tune,
draws=draws,
target_accept=target_accept,
adaptation_info_fn=get_filter_adapt_info_fn(),
**nuts_kwargs,
)

Expand Down

0 comments on commit f43f002

Please sign in to comment.