Skip to content

Commit

Permalink
Delete unused lines
Browse files Browse the repository at this point in the history
  • Loading branch information
teddygroves committed Oct 23, 2024
1 parent f2ea60e commit c555981
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions benchmarks/optimistix_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from functools import partial
import timeit

from blackjax.mcmc.nuts import NUTSInfo
from blackjax.util import run_inference_algorithm
from grapevine.grapenuts import GrapeNUTSState
import jax
Expand All @@ -19,7 +18,7 @@
from blackjax import window_adaptation as nuts_window_adaptation
from jax.scipy.stats import norm

from grapevine import run_grapenuts, grapenuts_sampler
from grapevine import run_grapenuts

# Use 64 bit floats
jax.config.update("jax_enable_x64", True)
Expand Down

0 comments on commit c555981

Please sign in to comment.