Skip to content

Commit

Permalink
Mark test_scan.py::test_initial_values as xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo committed Jun 27, 2022
1 parent a116117 commit df99f5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +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)


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

0 comments on commit df99f5b

Please sign in to comment.