Merge pull request #644 from plambe/master

Fixed interpolation algorithms list
This commit is contained in:
K4YT3X 2022-05-08 17:17:12 -04:00 committed by GitHub
commit d236131134
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -545,7 +545,7 @@ def parse_arguments() -> argparse.Namespace:
interpolate.add_argument(
"-a",
"--algorithm",
choices=UPSCALING_ALGORITHMS,
choices=INTERPOLATION_ALGORITHMS,
help="algorithm to use for upscaling",
default=INTERPOLATION_ALGORITHMS[0],
)