Commit f33a9e79 authored by vdberg's avatar vdberg
Browse files

tidied up

parent a71da17f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)