aboutsummaryrefslogtreecommitdiffstats
path: root/sens.py
diff options
context:
space:
mode:
Diffstat (limited to 'sens.py')
-rwxr-xr-xsens.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/sens.py b/sens.py
index 6a107f1..489f126 100755
--- a/sens.py
+++ b/sens.py
@@ -94,8 +94,7 @@ def process_args(args):
)
if not args.fix_scale:
- args.scale = fr_utils.estimate_scale(args)
- args.scale_region = (args.scale/args.scale_region, args.scale*args.scale_region)
+ args.scale, args.scale_region = fr_utils.estimate_scale(args)
if args.sens_eval_bin.lower() == 'all':
args.sens_eval_bin = None