Skip to content

Commit

Permalink
Remove jit.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-dodd committed Nov 28, 2023
1 parent cf300fd commit af7bb11
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 af7bb11

Please sign in to comment.