Skip to content

Commit

Permalink
Mark test_HSStep_NegativeBinomial_sparse_shared_y as xfail temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
fanshi118 authored and brandonwillard committed Apr 29, 2022
1 parent fa353f5 commit d621797
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_step_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ def test_HSStep_NegativeBinomial_sparse():
np.testing.assert_allclose(beta_samples.mean(0), beta_true, atol=0.5)


@pytest.mark.xfail(reason="potentially sensitive to sampling and dependency")
def test_HSStep_NegativeBinomial_sparse_shared_y():
np.random.seed(2032)
M = 5
Expand Down

0 comments on commit d621797

Please sign in to comment.