Skip to content

Commit

Permalink
one more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine authored and taku-y committed Jul 10, 2017
1 parent 983f7e0 commit b4e068e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc3/variational/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ def fit(n=10000, local_rv=None, method='advi', model=None,
logger.info('fitting fullrank advi ...')
return inference.fit(n2, **kwargs)
elif method.startswith('nfvi='):
formula = method[3:]
formula = method[5:]
inference = NFVI(
formula,
local_rv=local_rv,
Expand Down

0 comments on commit b4e068e

Please sign in to comment.