We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e394cd commit 60fb0a4Copy full SHA for 60fb0a4
run_replay.py
@@ -117,7 +117,7 @@ def main(
117
118
def get_args(args=None):
119
parser = ArgumentParser(description=__doc__)
120
- parser.add_argument("--traj_path", help="Path to trajectory to replay", default=None)
+ parser.add_argument("--traj_path", help="Path to trajectory to replay", required=True)
121
parser.add_argument("--config_file", help="Path to template", required=True)
122
parser.add_argument(
123
"--data_path",
0 commit comments