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

Expanded Configs #33

Closed
lcross-sandia opened this issue May 26, 2023 · 0 comments · Fixed by #40
Closed

Expanded Configs #33

lcross-sandia opened this issue May 26, 2023 · 0 comments · Fixed by #40
Assignees
Labels
enhancement New feature or request

Comments

@lcross-sandia
Copy link
Contributor

lcross-sandia commented May 26, 2023

def get_expanded_config(config: dict, rng: np.random.Generator = np.random.default_rng()) -> dict: 
    """Expands sampling objects within the given config into value lists and returns a new, equivalent config dictionary. 
    """
    pass

def get_detector_setups(expanded_config: dict) -> list[dict]: 
    """Permutate the lists of values in the expanded config to generate a list of detector setups.
    """
    pass
@tymorrow tymorrow linked a pull request Jul 7, 2023 that will close this issue
@tymorrow tymorrow added the enhancement New feature or request label Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants