Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera committed Oct 7, 2024
1 parent c257544 commit 04d2788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine_learning_hep/plotting/plot_jetsubstructure_run3.py
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ def plot(self):
shrink_err_x(obj)
self.list_obj += [obj]
if type == "syst":
self.plot_order += [-1 -1. / len(self.list_obj)] # increasing between -1 and 0
self.plot_order += [-1 -1. / len(self.list_obj)] # increasing between -2 and -1
else:
self.plot_order += [max(self.plot_order) + 1]
label = f"R2 {flavour} {source}"
Expand Down

0 comments on commit 04d2788

Please sign in to comment.