We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115ea1e commit 1d06bf8Copy full SHA for 1d06bf8
1 file changed
structure_threader/wrappers/faststructure_wrapper.py
@@ -40,7 +40,7 @@ def fs_cli_generator(k_val, arg):
40
41
cli = ["python2", arg.external_prog, "-K", str(k_val), "--input",
42
infile, "--output", output_file, "--format", file_format,
43
- arg.extra_options]
+ "--seed", str(arg.seed), arg.extra_options]
44
45
# Are we using the python script or a binary?
46
if arg.external_prog.endswith(".py") is False:
0 commit comments