Skip to content

Commit

Permalink
Update tests to utilize replication
Browse files Browse the repository at this point in the history
  • Loading branch information
JMGaljaard committed Sep 6, 2022
1 parent 454c6c6 commit ecf4035
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/util/config/test_learning_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ class FedLearningConfigTest(unittest.TestCase):
scheduler_step_size=50,
scheduler_gamma=0.5,
min_lr=1e-10,
optimizer=Optimizations.sgd)
optimizer=Optimizations.sgd,
replication=-1)
def setUp(self):
self.learning_params = FedLearningConfig.from_yaml(Path(TEST_PARAM_CONF_FEDERATED))

Expand Down

0 comments on commit ecf4035

Please sign in to comment.