Skip to content

Commit

Permalink
Fix fixture name
Browse files Browse the repository at this point in the history
Signed-off-by: Chaurasiya, Payal <[email protected]>
  • Loading branch information
payalcha committed Jan 23, 2025
1 parent d20b23c commit 1e5931a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end_to_end/test_suites/task_runner_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ def test_federation_via_dockerized_workspace(request, fx_federation_tr_dws):
num_rounds=request.config.num_rounds,
), "Federation completion failed"

metric_file_path = os.path.join(fx_federation_tr.aggregator.workspace_path, "logs", "aggregator_metrics.txt")
metric_file_path = os.path.join(fx_federation_tr_dws.aggregator.workspace_path, "logs", "aggregator_metrics.txt")
model_accuracy = get_aggregated_accuracy(metric_file_path)
log.info(f"Model accuracy post {request.config.num_rounds} rounds: {model_accuracy}")

0 comments on commit 1e5931a

Please sign in to comment.