Skip to content

Commit

Permalink
more steps in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Jankowiak committed Jan 23, 2025
1 parent dab7954 commit 3d9aea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_count_samplers.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@pytest.mark.parametrize("subset_size", [12, None])
@pytest.mark.parametrize("variable_S", [False, True])
def test_binomial(subset_size, variable_S, streaming=False, N=512, P=16, T=2000, T_burnin=200, intercept=0.17, seed=1):
def test_binomial(subset_size, variable_S, streaming=False, N=512, P=16, T=3000, T_burnin=500, intercept=0.17, seed=1):
torch.manual_seed(seed)
X = torch.randn(N, P).double()
X_assumed = torch.randn(N, 2).double()
Expand Down

0 comments on commit 3d9aea2

Please sign in to comment.