Skip to content

Commit

Permalink
Code format check
Browse files Browse the repository at this point in the history
Signed-off-by: noopur <[email protected]>
  • Loading branch information
noopurintel committed Jan 21, 2025
1 parent fdc7dc1 commit b53dab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end_to_end/utils/federation_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ def download_data(collaborators, model_name, local_bind_path):
)
except Exception as e:
raise ex.DataSetupException(f"Failed to modify the data file: {e}")

# Below step is specific to XGBoost model which uses higgs_data folder to create data folders.
shutil.rmtree(os.path.join(local_bind_path, "higgs_data"), ignore_errors=True)

Expand Down

0 comments on commit b53dab2

Please sign in to comment.