Skip to content

Commit

Permalink
update test inference model
Browse files Browse the repository at this point in the history
  • Loading branch information
aalvesan committed Jun 10, 2024
1 parent 4381621 commit 4237e5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hbt/inference/test_unc.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def test_unc(self):
self.add_category(
"channel",
config_category="incl",
config_variable="e_pt",
config_variable="hh.mass",
# fake data
data_from_processes=["TT", "dy"],
mc_stats=True,
Expand Down Expand Up @@ -59,7 +59,7 @@ def test_unc(self):
effect=(0.85, 1.1),
)
self.add_parameter_to_group("QCDscale_ttbar", "experiment")
"""
# tune uncertainty
self.add_parameter(
"tune",
Expand All @@ -68,3 +68,4 @@ def test_unc(self):
config_shift_source="tune",
)
self.add_parameter_to_group("tune", "experiment")
"""

0 comments on commit 4237e5a

Please sign in to comment.