aboutsummaryrefslogtreecommitdiffstats
path: root/python/calibrate_swaption.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/calibrate_swaption.py')
-rw-r--r--python/calibrate_swaption.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/calibrate_swaption.py b/python/calibrate_swaption.py
index 7f232bfb..62f7592d 100644
--- a/python/calibrate_swaption.py
+++ b/python/calibrate_swaption.py
@@ -88,4 +88,4 @@ if __name__ == "__main__":
if args.latest:
calibrate(latest=True, nproc=args.nproc)
else:
- calibrate(**args)
+ calibrate(**vars(args))