Skip to content

Commit

Permalink
xfail test_scan.py::test_initial_values due to issue 148
Browse files Browse the repository at this point in the history
  • Loading branch information
larryshamalama committed Jul 5, 2022
1 parent 079e834 commit 312cbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def scan_fn(mus_t, sigma_t, Y_t_val, S_t_val, Gamma_t):
assert np.allclose(y_logp_val, y_logp_ref_val)


@aesara.config.change_flags(compute_test_value="raise")
@pytest.mark.xfail(reason="see #148")
def test_initial_values():
srng = at.random.RandomStream(seed=2320)

Expand Down

0 comments on commit 312cbed

Please sign in to comment.