From: Ben Pfaff Date: Thu, 25 Aug 2022 16:49:12 +0000 (-0700) Subject: scale test passes X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=88377f51d06cade55ad3eed7fa8dd36d748da4db scale test passes --- diff --git a/tests/language/stats/ctables.at b/tests/language/stats/ctables.at index 960004e6f3..40be19464b 100644 --- a/tests/language/stats/ctables.at +++ b/tests/language/stats/ctables.at @@ -4985,7 +4985,7 @@ AT_CHECK([pspp ctables.sps -O box=unicode -O width=120], [0], [dnl │ Sum │181.00│147.00│197.00│181.00│180.00│194.00│178.00│177.00│191.00│ │ Count │ 10│ 10│ 10│ 10│ 10│ 10│ 10│ 10│ 10│ │ Total N │ 10│ 10│ 10│ 10│ 10│ 10│ 10│ 10│ 10│ -│ Layer Row Sum % │ 26.3%│ 21.3%│ .│ 26.3%│ 26.1%│ .│ .│ .│ .│ +│ Layer Row Sum % │ 11.1%│ 9.0%│ 12.1%│ 11.1%│ 11.1%│ 11.9%│ 10.9%│ 10.9%│ 11.7%│ ╰───────────────────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴──────╯ Statistics @@ -5048,7 +5048,7 @@ AT_CHECK([pspp ctables.sps -O box=unicode -O width=120], [0], [dnl │ Sum │1089.00│847.00│928.00│727.00│1034.00│939.00│806.00│815.00│1015.00│ │ Count │ 46│ 49│ 52│ 48│ 51│ 47│ 50│ 53│ 49│ │ Total N │ 46│ 49│ 52│ 48│ 51│ 47│ 50│ 53│ 49│ -│ Layer Row Sum % │ 29.5%│ 22.9%│ .│ 19.7%│ 28.0%│ .│ .│ .│ .│ +│ Layer Row Sum % │ 13.3%│ 10.3%│ 11.3%│ 8.9%│ 12.6%│ 11.5%│ 9.8%│ 9.9%│ 12.4%│ ╰───────────────────┴───────┴──────┴──────┴──────┴───────┴──────┴──────┴──────┴───────╯ Custom Tables @@ -5072,7 +5072,7 @@ AT_CHECK([pspp ctables.sps -O box=unicode -O width=120], [0], [dnl │ Sum │181.00│147.00│197.00│181.00│180.00│194.00│178.00│177.00│191.00│ │ Unweighted Count │ 10│ 10│ 10│ 10│ 10│ 10│ 10│ 10│ 10│ │ Total N │ 10│ 10│ 10│ 10│ 10│ 10│ 10│ 10│ 10│ -│ Unweighted Layer Row Sum %│ 26.3%│ 21.3%│ .│ 26.3%│ 26.1%│ .│ .│ .│ .│ +│ Unweighted Layer Row Sum %│ 11.1%│ 9.0%│ 12.1%│ 11.1%│ 11.1%│ 11.9%│ 10.9%│ 10.9%│ 11.7%│ ╰────────────────────────────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴──────╯ ]) AT_CLEANUP