Skip to content

Commit

Permalink
Updated director api documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelhsantana committed Nov 30, 2023
1 parent dc8a750 commit 702da9c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions openfl/component/director/director.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,14 +461,6 @@ async def start_experiment_execution_loop(self):


def _get_model_download_statuses(experiment) -> List[dict]:
"""_summary_
Args:
experiment (_type_): _description_
Returns:
List[dict]: _description_
"""
best_model_status = 'ready' if experiment.aggregator.best_tensor_dict else 'pending'
last_model_status = 'ready' if experiment.aggregator.last_tensor_dict else 'pending'
model_statuses = [{
Expand Down

0 comments on commit 702da9c

Please sign in to comment.