ray-project / rayfed

A multiple parties joint, distributed execution engine based on Ray, to help build your own federated learning frameworks in minutes.
https://rayfed.readthedocs.io
Apache License 2.0
87 stars 20 forks source link

party `bob` is unused in unit test. #166

Closed jovany-wang closed 10 months ago

jovany-wang commented 1 year ago

https://github.com/ray-project/rayfed/blob/main/tests/test_listen_addr.py#L106

We didn't start a process for bob, but the config was given which is unnecessary. image