Skip to content

Commit a724d5d

Browse files
Changing nf to nfvi in tests
1 parent af4e708 commit a724d5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pymc3/tests/test_variational_inference.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,9 @@ def fit_method_with_object(request, another_simple_model):
294294
('svgd', dict(total_grad_norm_constraint=10), None),
295295
('svgd', dict(start={}), None),
296296
('asvgd', dict(start={}, total_grad_norm_constraint=10), None),
297-
('nf', dict(start={}), None),
298-
('nf=scale-loc', dict(start={}), None),
299-
('nf=bad-formula', dict(start={}), ValueError),
297+
('nfvi', dict(start={}), None),
298+
('nfvi=scale-loc', dict(start={}), None),
299+
('nfvi=bad-formula', dict(start={}), ValueError),
300300
],
301301
)
302302
def test_fit_fn_text(method, kwargs, error, another_simple_model):

0 commit comments

Comments
 (0)