Skip to content

Commit

Permalink
updated normality test
Browse files Browse the repository at this point in the history
  • Loading branch information
pmendes committed May 17, 2024
1 parent 2d292d6 commit 7249695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/0004_Normal100/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fi
# get values of Ka
grep -Po "Ka_\d+\s+fixed\s+(\d+\.\d+)" BindingKa_100.summary.txt | awk '{ print $3 }' > Ka.csv
# test if they look normal
../shapiro-wilk.py Ka.csv
../normality_test.py Ka.csv
if [ "$?" = 1 ] ; then
printf 'FAIL %s\n' "${test}"
let "fail = $fail + 4"
Expand Down

0 comments on commit 7249695

Please sign in to comment.