Skip to content

Commit e9d7583

Browse files
ArmavicaricardoV94
authored andcommitted
Remove unused fixture aevb_initial
1 parent 5c2c49d commit e9d7583

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pymc/tests/test_variational_inference.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,6 @@ def test_sample_simple(three_var_approx, request):
173173
assert trace[0]["three"].shape == (10, 1, 2)
174174

175175

176-
@pytest.fixture
177-
def aevb_initial():
178-
return aesara.shared(np.random.rand(3, 7).astype("float32"))
179-
180-
181176
@pytest.fixture(
182177
params=[
183178
(MeanFieldGroup, {}),

0 commit comments

Comments
 (0)