linear interpolation + regression

This commit is contained in:
Noe Brucy
2019-05-15 11:41:29 +02:00
parent a587704ed5
commit 5eb5ae36c4
2 changed files with 106 additions and 35 deletions
+9 -1
View File
@@ -224,4 +224,12 @@ if args.compare:
path = storage_out + path_suffix
for i in range(first, last + 1, step):
dp.compare(path, runs, i, force=args.force_redo, interactive=args.interactive)
dp.compare(
path,
runs,
i,
force=args.force_redo,
interactive=args.interactive,
Q_in_name=(not args.pdf),
pdf=args.pdf,
)