linear interpolation + regression
This commit is contained in:
+9
-1
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user