Skip to content

Commit

Permalink
Bracket style (lint)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryates committed Feb 4, 2025
1 parent d4da919 commit 39fd2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/topeft_run2/make_cr_and_sr_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ def make_all_sr_data_mc_plots(dict_of_hists,year,save_dir_path,unblind=False,ski
err_m = m_err_arr,
err_ratio_p = p_err_arr_ratio,
err_ratio_m = m_err_arr_ratio
)
)
if year is not None: year_str = year
else: year_str = "ULall"
title = chan_name + "_" + var_name + "_" + year_str
Expand Down

0 comments on commit 39fd2a3

Please sign in to comment.