Skip to content

Commit d648105

Browse files
author
Martin Ingram
committed
Rename to be consistent in use of dadvi
1 parent 6cd0184 commit d648105

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
@@ -41,7 +41,7 @@ def fit(method: str, **kwargs) -> az.InferenceData:
4141

4242
return fit_laplace(**kwargs)
4343

44-
if method == "deterministic_advi":
44+
if method == "dadvi":
4545
from pymc_extras.inference import fit_dadvi
4646

4747
return fit_dadvi(**kwargs)

0 commit comments

Comments
 (0)