Skip to content

Commit

Permalink
Merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspinder committed Aug 15, 2024
1 parent be8fad5 commit e6b83f9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion docs/examples/bayesian_optimisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
config.update("jax_enable_x64", True)

import jax
from jax import jit
import jax.numpy as jnp
import jax.random as jr
from jaxtyping import install_import_hook, Float, Int
Expand Down
5 changes: 0 additions & 5 deletions docs/examples/classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,6 @@
key=key,
)

# %%
import jax

jax.__version__

# %% [markdown]
# From which we can make predictions at novel inputs, as illustrated below.

Expand Down
1 change: 0 additions & 1 deletion docs/examples/intro_to_kernels.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

config.update("jax_enable_x64", True)

import jax
import jax.numpy as jnp
import jax.random as jr
from jaxtyping import install_import_hook, Float
Expand Down
1 change: 0 additions & 1 deletion gpjax/kernels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
RationalQuadratic,
White,
)
from gpjax.kernels import stationary

__all__ = [
"AbstractKernel",
Expand Down

0 comments on commit e6b83f9

Please sign in to comment.