From 5f02dacde7524ce24329343f99ca76d84f518396 Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Thu, 7 Dec 2023 20:47:22 -0800 Subject: [PATCH] tune the text --- lib/plugins/compare/pug/index.pug | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/plugins/compare/pug/index.pug b/lib/plugins/compare/pug/index.pug index 4e095cb259..4749f3b17a 100644 --- a/lib/plugins/compare/pug/index.pug +++ b/lib/plugins/compare/pug/index.pug @@ -21,21 +21,21 @@ p h2 Settings p - | The test conducted in this comparison is the #{compare.meta.testOptions.testType} test. The alternative hypothesis used for this test is "#{compare.meta.testOptions.alternative}". + | The test conducted in this comparison is the #{compare.meta.testOptions.testType} test. The alternative hypothesis used for this test is "#{compare.meta.testOptions.alternative}". if compare.meta.testOptions.alternative === 'less' - | This means that we test if the current test is significant less that the baseline tests. + | This means that we test if the current test is significant less that the baseline tests. else if compare.meta.testOptions.alternative === 'greater' - | This means that we test if the current test is siginficant higher than the baseline tests. + | This means that we test if the current test is siginficant higher than the baseline tests. else if compare.meta.testOptions.alternative === 'two-sided' - | This means that we test the baseline vs the current tests both ways, if there are any change in both directions. + | This means that we test the baseline vs the current tests both ways, if there are any change in both directions. if compare.meta.testOptions.testType === 'mannwhitneyu' | For more information on the settings of the Mann-Whitney U test, please refer to the - a(href='https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.mannwhitneyu.html') official documentation. - | The test was configured to use continuity (set to #{compare.meta.testOptions.mannwhitneyu.useContinuity}) and the method chosen was "#{compare.meta.testOptions.mannwhitneyu.method}". + a(href='https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.mannwhitneyu.html') official documentation. + | The test was configured to use continuity (set to #{compare.meta.testOptions.mannwhitneyu.useContinuity}) and the method chosen was "#{compare.meta.testOptions.mannwhitneyu.method}". else if compare.meta.testOptions.testType === 'wilcoxon' | For more information on the settings of the Wilcoxon test, please refer to the - a(href='https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.wilcoxon.html') official documentation. - | For this test, a correction parameter (#{compare.meta.testOptions.wilcoxon.correction ? 'enabled' : 'disabled'}) was applied to adjust for small sample sizes. + a(href='https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.wilcoxon.html') official documentation + | . For this test, a correction parameter (#{compare.meta.testOptions.wilcoxon.correction ? 'enabled' : 'disabled'}) was applied to adjust for small sample sizes. p