Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 20, 2025
1 parent aa0f1f9 commit b4d36de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alea/models/blueice_extended_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ def _process_blueice_config(self, config, template_folder_list):
pdf_base_config["livetime_parameter"]
].nominal_value
pdf_base_config["fiducial_mass"] = (
self.parameters[pdf_base_config["fiducial_mass_parameter"]].nominal_value
if "fiducial_mass_parameter" in pdf_base_config
self.parameters[pdf_base_config["fiducial_mass_parameter"]].nominal_value
if "fiducial_mass_parameter" in pdf_base_config
else 1
)
for p in self.parameters:
Expand Down

0 comments on commit b4d36de

Please sign in to comment.