Skip to content

Commit

Permalink
SNCID list edit unit test checked
Browse files Browse the repository at this point in the history
  • Loading branch information
am610 committed Jan 15, 2025
1 parent 3ffb047 commit d963e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pippin/snana_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def compute_fitopts(self):
#if self.use_same_events == 1:
# self.yaml["CONFIG"]["OPT_SNCID_LIST"] = 1

if self.use_same_events > 0:
if self.use_same_events > 0:
self.yaml["CONFIG"]["OPT_SNCID_LIST"] = self.use_same_events

for i, line in enumerate(fitopts):
Expand Down

0 comments on commit d963e6b

Please sign in to comment.