Skip to content

Commit

Permalink
Fix scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspinder committed Nov 30, 2023
1 parent 3e475d8 commit 9e35e3e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gpjax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
)
from gpjax.citation import cite
from gpjax.dataset import Dataset
from gpjax.fit import fit
from gpjax.fit import (
fit,
fit_scipy,
)

__license__ = "MIT"
__description__ = "Didactic Gaussian processes in JAX"
Expand All @@ -52,4 +55,5 @@
"fit",
"Module",
"param_field",
"fit_scipy",
]

0 comments on commit 9e35e3e

Please sign in to comment.