summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/ttest-ind.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ttest-ind.py b/bin/ttest-ind.py
index c1859f0..ebed6af 100755
--- a/bin/ttest-ind.py
+++ b/bin/ttest-ind.py
@@ -14,7 +14,7 @@ def main(pvalue, file1, file2, macro=None):
pvalue = float(pvalue)
- print(f"% p = {result.pvalue}")
+ print(f"% {result}")
if macro is None:
print(r"\drefset{ttest/pvalue}{" + str(result.pvalue) + "}")
if result.pvalue < pvalue: