Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine authored and taku-y committed May 22, 2017
1 parent c8ef43a commit fab6938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc3/tests/test_variational_inference.py
Expand Up @@ -297,7 +297,7 @@ class TestASVGD(TestApproximates.Base):
NITER = 15000
inference = ASVGD
test_aevb = _test_aevb
optimizer = pm.adagrad_window(learning_rate=0.001)
optimizer = pm.adagrad_window(learning_rate=0.002)
conv_cb = []


Expand Down

0 comments on commit fab6938

Please sign in to comment.