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) Pass arguments to run the ServerApp explicitly #3764

Merged
merged 11 commits into from
Jul 11, 2024

Conversation

jafermarq
Copy link
Contributor

@jafermarq jafermarq commented Jul 10, 2024

The Simulation Engine was passing kwargs to run_serverapp.run() in a way that was able to circumvent the tests. This resulted in issues to not be automatically detectable.

Now, arguments passed to run_serverapp.run() need to be passed one by one.

This PR also introduces the new server_app_run_config dictionary.

@jafermarq jafermarq changed the title fix? fix(framework:skip) Pass arguments to run the ServerApp explicitly Jul 10, 2024
@jafermarq jafermarq added the simulation An issue related to Flower's simulation label Jul 10, 2024
@jafermarq jafermarq marked this pull request as ready for review July 10, 2024 15:07
@danieljanes danieljanes merged commit 915ebd8 into main Jul 11, 2024
28 checks passed
@danieljanes danieljanes deleted the explicit-passing-of-arguments-to-serverapp-thread branch July 11, 2024 10:05
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.

2 participants