Loading process_srl.py +0 −2 Original line number Diff line number Diff line Loading @@ -38,8 +38,6 @@ def load_nameslab(): parser = ArgumentParser() # Add more options if you like parser.add_argument("-c", "--combine", action="store_true", default=False, help="whether to combine or not") args = parser.parse_args('v') df = load_output(dir='outputs', combine=args.combine) Loading Loading
process_srl.py +0 −2 Original line number Diff line number Diff line Loading @@ -38,8 +38,6 @@ def load_nameslab(): parser = ArgumentParser() # Add more options if you like parser.add_argument("-c", "--combine", action="store_true", default=False, help="whether to combine or not") args = parser.parse_args('v') df = load_output(dir='outputs', combine=args.combine) Loading