Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandut committed Oct 24, 2024
1 parent bf38792 commit cd123fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fedeca/tests/test_bootstraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd123fd

Please sign in to comment.