Skip to content

Commit

Permalink
use controller name for stats (#2522)
Browse files Browse the repository at this point in the history
  • Loading branch information
SYangster committed Apr 19, 2024
1 parent 2eed407 commit e1fc2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvflare/apis/impl/wf_comm_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def _set_stats(self, fl_ctx: FLContext):
"collector must be an instance of GroupInfoCollector, but got {}".format(type(collector))
)
collector.add_info(
group_name=self.name,
group_name=self.controller.name,
info={
"tasks": {t.name: [ct.client.name for ct in t.client_tasks] for t in self._tasks},
},
Expand Down

0 comments on commit e1fc2eb

Please sign in to comment.