Skip to content

Commit

Permalink
fix(framework) Enable overriding of run configs with simulation plugin (
Browse files Browse the repository at this point in the history
  • Loading branch information
jafermarq authored Jul 17, 2024
1 parent e0cb149 commit c6547ef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/py/flwr/superexec/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ def start_run(
) -> Optional[RunTracker]:
"""Start run using the Flower Simulation Engine."""
try:
if override_config:
raise ValueError(
"Overriding the run config is not yet supported with the "
"simulation executor.",
)

# Install FAB to flwr dir
fab_path = install_from_fab(fab_file, None, True)
Expand Down

0 comments on commit c6547ef

Please sign in to comment.