Skip to content

Commit

Permalink
fix NameError. got to work locally
Browse files Browse the repository at this point in the history
  • Loading branch information
wd60622 committed Nov 13, 2022
1 parent e52f8f4 commit 9c74115
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pymc/tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,6 @@ def test_initial_point():
a = pm.Uniform("a")
x = pm.Normal("x", a)

assert all(var.name in initial_point for var in model.value_vars)

b_initval = np.array(0.3, dtype=aesara.config.floatX)

with pytest.warns(FutureWarning), model:
Expand Down

0 comments on commit 9c74115

Please sign in to comment.