Skip to content

Commit

Permalink
line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
lcross-sandia committed Jun 28, 2023
1 parent 5beae7f commit 0889df7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions riid/gadras/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,10 @@ def get_expanded_config(config: dict, rng: Generator = np.random.default_rng())


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. """
"""
Permutate the lists of values in the expanded config to
generate a list of detector setups.
"""
list_of_parameters_values = []
for parameter in expanded_config['gamma_detector']['parameters']:
list_of_parameters_values.append(expanded_config['gamma_detector']['parameters'][parameter])
Expand Down

0 comments on commit 0889df7

Please sign in to comment.