Skip to content

Commit

Permalink
Merge branch 'cleanup_src' of github.com:JaxGaussianProcesses/GPJax i…
Browse files Browse the repository at this point in the history
…nto cleanup_src
  • Loading branch information
thomaspinder committed Nov 28, 2023
2 parents 135b47f + af7bb11 commit 54630e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/graph_kernels.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@
# %%
opt_posterior, training_history = gpx.fit_scipy(
model=posterior,
objective=jit(gpx.ConjugateMLL(negative=True)),
objective=gpx.ConjugateMLL(negative=True),
train_data=D,
max_iters=1000
max_iters=1000,
)

# %% [markdown]
Expand Down

0 comments on commit 54630e1

Please sign in to comment.