Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(framework:skip) Remove setting init_args for Backend in run_simulation entry point #3718

Closed
wants to merge 1 commit into from

Conversation

jafermarq
Copy link
Contributor

In #3543 , we made it possible to easily pass init_args to the Backend. These are designed to be backend-agnostic. In the case of the RayBackend the log_to_driver setting can be use to "silence" all logs coming from ray actors (e.g. the ClientApp objs. This is useful in some settings.

The change in the PR removes setting this to True (it's True by default anyway in Ray), allowing users to changing it to false via the backend_config argument if desired.

@jafermarq jafermarq added the simulation An issue related to Flower's simulation label Jul 5, 2024
@jafermarq jafermarq changed the title framework(fix:skip) Avoid setting backend init config in run_simulation entry point. fix(framework:skip) Avoid setting backend init config in run_simulation entry point. Jul 5, 2024
@jafermarq jafermarq changed the title fix(framework:skip) Avoid setting backend init config in run_simulation entry point. fix(framework:skip) Remove setting init_args for Backend in run_simulation entry point. Jul 5, 2024
@jafermarq jafermarq changed the title fix(framework:skip) Remove setting init_args for Backend in run_simulation entry point. fix(framework:skip) Remove setting init_args for Backend in run_simulation entry point Jul 5, 2024
@jafermarq jafermarq marked this pull request as draft July 23, 2024 14:00
@jafermarq
Copy link
Contributor Author

Made redundant by #3963

@jafermarq jafermarq closed this Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
simulation An issue related to Flower's simulation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant