Skip to content

Commit

Permalink
removing redundant arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Arianna Renzini committed Mar 4, 2024
1 parent a60509d commit 607a532
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions training_omegas.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@
"""

parser = argparse.ArgumentParser()
parser.add_argument(
"-ps",
"--parameter_set",
help="Parameter sets to generate training data for.",
action="store",
type=str,
default=10000,
)
parser.add_argument(
"-rd",
"--run_directory",
Expand Down

0 comments on commit 607a532

Please sign in to comment.