Skip to content

Commit

Permalink
tests passing at 10% threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandut committed Mar 8, 2024
1 parent 2b378de commit 2ca1810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fedeca/tests/test_fl_vs_pooled.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def setUpClass(
treated_col=cls._treated_col,
duration_col=cls._duration_col,
event_col=cls._event_col,
num_rounds_list=[50, 50],
num_rounds_list=[20, 20],
)

if variance_method == "bootstrap":
Expand Down Expand Up @@ -142,7 +142,7 @@ class TestBtstFedECAEnd2End(TestFedECAEnd2End):
"""BtstIPTW tests class."""

@classmethod
def setUpClass(cls, seed=42, n_bootstrap=2):
def setUpClass(cls, seed=42, n_bootstrap=200):
"""Use parent class setup with robust=True."""
bootstrap_seeds = []
cls.n_bootstrap = n_bootstrap
Expand Down

0 comments on commit 2ca1810

Please sign in to comment.