Skip to content

Commit

Permalink
Update partial.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hcadavid authored Aug 19, 2024
1 parent cd5a6c9 commit e904c61
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions poc_model_training/partial.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ def partial(
info(f">>>> colname argument:{colname}")
column_headers = df1.columns.values.tolist()
#result = df1[["", "Age"]].groupby("Gender").mean()

print("Sleeping for 120 secs")
time.sleep(120)

#print("Sleeping for 120 secs")
#time.sleep(120)

# Return results to the vantage6 server.
# TODO make sure no privacy sensitive data is shared
Expand Down

0 comments on commit e904c61

Please sign in to comment.