Skip to content

Commit

Permalink
less test sample size variants
Browse files Browse the repository at this point in the history
  • Loading branch information
calad0i committed Nov 28, 2023
1 parent e8ecf67 commit ca855a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_syn_players.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def parallel_avg_pool_cond(a, b):
"PFlatten()",
]
)
@pytest.mark.parametrize("N", [1000, 10])
@pytest.mark.parametrize("N", [1000])
@pytest.mark.parametrize("rnd_strategy", ['auto', 'standard_round', 'floor'])
@pytest.mark.parametrize("io_type", ['io_parallel', 'io_stream'])
@pytest.mark.parametrize("cover_factor", [0.5, 1.0])
Expand Down

0 comments on commit ca855a5

Please sign in to comment.