Mentions légales du service

Skip to content
Snippets Groups Projects
Verified Commit f9ec48be authored by ANDREY Paul's avatar ANDREY Paul
Browse files

Fix fairness-related checkpointing unit test.

parent 554d280c
No related branches found
No related tags found
1 merge request!69Enable Fairness-Aware Federated Learning
Pipeline #1010791 passed
......@@ -1087,7 +1087,7 @@ class TestFederatedClientFairnessRound:
client.ckptr.save_metrics.assert_called_once_with( # type: ignore
metrics=fairness.run_fairness_round.return_value,
prefix="fairness_metrics",
append=True,
append=False, # first round, hence file creation or overwrite
timestamp="round_1",
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment