Loading tests/create_short_testvectors.py +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ def create_short_testvectors(which="foa", cut_len=5.0): if __name__ == "__main__": parser = argparse.ArgumentParser() parser.add_argument("which", choices=["foa", "all"]) parser.add_argument("--which", choices=["foa", "all"], default="foa") def positive_float(x: str) -> float: x = float(x) Loading Loading
tests/create_short_testvectors.py +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ def create_short_testvectors(which="foa", cut_len=5.0): if __name__ == "__main__": parser = argparse.ArgumentParser() parser.add_argument("which", choices=["foa", "all"]) parser.add_argument("--which", choices=["foa", "all"], default="foa") def positive_float(x: str) -> float: x = float(x) Loading