diff --git a/fedeca/tests/test_bootstraper.py b/fedeca/tests/test_bootstraper.py index f9df3a8..cadfa5b 100644 --- a/fedeca/tests/test_bootstraper.py +++ b/fedeca/tests/test_bootstraper.py @@ -153,9 +153,9 @@ def __init__(self, propensity_model, robust): ] -@pytest.mark.parametrize( - "strategy_params, num_rounds", product(list_strategy_params, range(1, 2)) -) +# @pytest.mark.parametrize( +# "strategy_params, num_rounds", product(list_strategy_params, range(1, 2)) +# ) # def test_bootstrapping_per_client(strategy_params: dict, num_rounds: int): # """Tests of data generation with constant cate.""" # # Let's generate 1000 data samples with 10 covariates