# | Line 118 | Line 118 | def main(): | |
---|---|---|
118 | print "trig=",keys, "fit pars=",fit_list_fortrig | |
119 | ||
120 | ############# fIT FILE NAME ########### | |
121 | < | |
121 | > | lumiint=int(lumi) |
122 | if not NoVersion: | |
123 | fit_file="fits_TMD_ncolbunch%s_lumi%s.pkl" | |
124 | else: | |
125 | fit_file="fits_TMD_ncolbunch%s_noV_lumi%s.pkl" | |
126 | < | fit_file = fit_file % (ncolbunch,lumi) |
126 | > | fit_file = fit_file % (ncolbunch,lumiint) |
127 | ||
128 | if os.path.exists(fit_file): | |
129 | os.remove(fit_file) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |