From af42404eec589a878e22ec4eda8717622f1d10cb Mon Sep 17 00:00:00 2001 From: noopur Date: Mon, 20 Jan 2025 11:35:45 +0000 Subject: [PATCH] Minor corrections and reverts Signed-off-by: noopur --- tests/end_to_end/utils/federation_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/end_to_end/utils/federation_helper.py b/tests/end_to_end/utils/federation_helper.py index f043a024f0..e5eb4fd2f1 100644 --- a/tests/end_to_end/utils/federation_helper.py +++ b/tests/end_to_end/utils/federation_helper.py @@ -136,7 +136,7 @@ def _create_tarball(collaborator_name, index, local_bind_path, add_data): ] client_certs = " ".join(client_cert_entries) if client_cert_entries else "" tarfiles += f" agg_to_col_{collaborator_name}_signed_cert.zip {client_certs}" - # IMPORTANT: Model xgb_higgs uses format like data/1 and data/2, thus adding data to tarball in the same format. + # IMPORTANT: Model XGBoost(xgb_higgs) uses format like data/1 and data/2, thus adding data to tarball in the same format. if add_data: tarfiles += f" data/{index}"