Skip to content

Commit

Permalink
fix: pass example
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejnovak committed Jul 11, 2022
1 parent 06e9434 commit ba7a6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cabinetry/model_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ def _labels_modifiers(
mod_type
for par_name, mod_type in model.config.modifiers
if par_name == parameter
]
][:1]
] * model.config.param_set(parameter).n_parameters
return labels, sum(types, []) # flatten types

Expand Down

0 comments on commit ba7a6f8

Please sign in to comment.