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

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],
)