Update study configuration during execution#445
Merged
Conversation
0d55aad to
34166d4
Compare
…f quitting without any updates
…nd gate that group to python >3.8 due to termynal's requirements
an abort and add a done option to save current updates. Update examples to reflect new ui
jwhite242
added a commit
that referenced
this pull request
Jul 24, 2025
* Make flux adapter aware of banks and queues (#453) * Update script adapters to sanitize paths of serialized scripts (#451) * Enable updating study configuration during execution (#445) * Drop python 3.7 and update build system/dependencies (#448) * Fix typo on index.md (#439) --------- Co-authored-by: Hoetmaaiers <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This feature adds the ability to change some of a study's configuration during execution, including:
Implementation works like cancel, taking paths to executing study workspaces. Configuration parameters can be updated either via an interactive prompt for each study workspace given, or using explicit/repeated keyword arguments for each configuration parameter.
Current Limitations: