You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defget_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. """passdefget_detector_setups(expanded_config: dict) ->list[dict]:
"""Permutate the lists of values in the expanded config to generate a list of detector setups. """pass
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: