Update localization_log_gamma_model.py
This commit is contained in:
parent
a3c6b5a4d5
commit
254853f131
|
|
@ -87,7 +87,7 @@ def fittingSingle(filepath, args):
|
||||||
.format(stat['5perc'], stat['95perc'], stat['median'], stat['mean']))
|
.format(stat['5perc'], stat['95perc'], stat['median'], stat['mean']))
|
||||||
|
|
||||||
if args.outputfile:
|
if args.outputfile:
|
||||||
filename = os.path.basename(args.outputfile)
|
filename = os.path.basename(filepath)
|
||||||
with open(args.outputfile, 'a') as f:
|
with open(args.outputfile, 'a') as f:
|
||||||
f.write(
|
f.write(
|
||||||
"{},".format(filename) +
|
"{},".format(filename) +
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue