Skip to content

Commit

Permalink
Very sneaky comma
Browse files Browse the repository at this point in the history
  • Loading branch information
nsmith- authored and lgray committed Mar 15, 2023
1 parent a33ec28 commit 39b3da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coffea/jetmet_tools/CorrectedJetsFactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def build(self, jets):
)
init_mass_jer = (
up["jet_energy_resolution_correction"]
* out_dict[jer_name_map["JetMass"]],
* out_dict[jer_name_map["JetMass"]]
)

up[self.name_map["JetPt"]] = init_pt_jer
Expand Down

0 comments on commit 39b3da9

Please sign in to comment.