Skip to content

Commit 0cfd168

Browse files
committed
Adds a seed to the test to make it reproducible
1 parent a79e164 commit 0cfd168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/structure_field_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ echo "Runnig STRUCTURE 'field test'. This will simulate a full wrapped run on sm
2525
git_dir=$(pwd)
2626
str_bin=$(which structure)
2727

28-
~/virtualenv/python3.5/bin/structure_threader run -i ${git_dir}/tests/smalldata/Reduced_dataset.structure -o ~/results -st ${str_bin} -K 3 -t 4 -R 5 --params ${git_dir}/tests/smalldata/mainparams
28+
~/virtualenv/python3.5/bin/structure_threader run -i ${git_dir}/tests/smalldata/Reduced_dataset.structure -o ~/results -st ${str_bin} -K 3 -t 4 -R 5 --params ${git_dir}/tests/smalldata/mainparams --extra_opts "-D 112358"
2929

3030
echo -e "${LightGreen}STRUCTURE 'Field test' ran successfully. Yay!${NoColor}"

0 commit comments

Comments
 (0)