Skip to content

Commit 6f24e84

Browse files
committed
Fixes one of the tests to handle the new --seed parameter
1 parent ddb2f55 commit 6f24e84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/faststructure_function_tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ def test_fs_cli_generator():
3232
for prog in ["EP", "EP.py"]:
3333

3434
arg.external_prog = prog
35+
arg.seed = "1235813"
3536
mock_cli = [prog, "-K", str(k_val), "--input",
3637
"IF", "--output", "fS_run_K", "--format", "str",
37-
"--prior=logistic"]
38+
"--seed", "1235813", "--prior=logistic"]
3839
if prog.endswith(".py"):
3940
mock_cli = ["python2"] + mock_cli
4041

0 commit comments

Comments
 (0)