parser.add_argument("--scalefac",type=float,default=1,dest="scalefac",help="Scale factor to be applied before comparing the output. Useful when input scaling has been applied.")
parser.add_argument(
"--scalefac",
type=float,
default=1,
dest="scalefac",
help="Scale factor to be applied before comparing the output. Useful when input scaling has been applied.",