Commit 1571eb5 1 parent 1cb5630 commit 1571eb5 Copy full SHA for 1571eb5
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ def main(
55
55
threshold = threshold or config .threshold
56
56
theta2_cut = theta2_cut or config .theta2_cut
57
57
58
- log .info ('Using threshold' , threshold )
59
- log .info ('Using theta2 cut' , theta2_cut )
58
+ log .info (f 'Using threshold { threshold } ' )
59
+ log .info (f 'Using theta2 cut { theta2_cut } ' )
60
60
61
61
# define binning in e_est and e_true
62
62
bins_obs = logspace_binning (
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ def main(
57
57
threshold = threshold or config .threshold
58
58
theta2_cut = theta2_cut or config .theta2_cut
59
59
60
- log .info ('Using threshold' , threshold )
61
- log .info ('Using theta2 cut' , theta2_cut )
60
+ log .info (f 'Using threshold { threshold } ' )
61
+ log .info (f 'Using theta2 cut { theta2_cut } ' )
62
62
63
63
# define binning in e_est and e_true
64
64
bins_obs = logspace_binning (
You can’t perform that action at this time.
0 commit comments