Skip to content

Commit 9d7342d

Browse files
bugfix: typo in INLA
1 parent c5f2bd8 commit 9d7342d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc_extras/inference/fit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def fit(method: str, **kwargs) -> az.InferenceData:
4242
return fit_laplace(**kwargs)
4343

4444
elif method == "INLA":
45-
from pymc_extras.inference.inla import fit_INLA
45+
from pymc_extras.inference.INLA import fit_INLA
4646

4747
return fit_INLA(**kwargs)
4848

0 commit comments

Comments
 (0)