Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
aferte committed Mar 13, 2024
1 parent 60e434b commit c9e8c54
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions modules_desy6/bias_marg.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ def setup(options):
number_lens_bins = options.get_int(option_section,
"nbins",6)
#Get the name of the bias section
#By default look for 'bias_lens' which is
#what will be used for Y3
#By default look for 'bias_lens'
bias_section = options.get_string(option_section,
"bias_section", "bias_lens")
#Get the name of the bias model
#By default look for 'oneloop_eul_bk' which is
#what will be used for Y3
#By default look for 'oneloop_eul_bk'
bias_model = options.get_string(option_section,
"bias_model", "oneloop_eul_bk")
try:
Expand Down

0 comments on commit c9e8c54

Please sign in to comment.