From f2716d5ffebb675b3891ea26cb40c9b72d890e49 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sun, 3 Jan 2021 23:27:44 -0500 Subject: [PATCH] accept-case ./reg-test/cases/case-verb-int-float-stats1-step1.sh --- ...sh => case-verb-int-float-stats1-step1.sh} | 0 .../case-c-verb-int-float-stats1-step1.sh.out | 45 ------------------- .../case-verb-int-float-stats1-step1.sh.out | 45 +++++++++++++++++++ 3 files changed, 45 insertions(+), 45 deletions(-) rename go/reg-test/cases/{case-c-verb-int-float-stats1-step1.sh => case-verb-int-float-stats1-step1.sh} (100%) delete mode 100644 go/reg-test/expected/case-c-verb-int-float-stats1-step1.sh.out create mode 100644 go/reg-test/expected/case-verb-int-float-stats1-step1.sh.out diff --git a/go/reg-test/cases/case-c-verb-int-float-stats1-step1.sh b/go/reg-test/cases/case-verb-int-float-stats1-step1.sh similarity index 100% rename from go/reg-test/cases/case-c-verb-int-float-stats1-step1.sh rename to go/reg-test/cases/case-verb-int-float-stats1-step1.sh diff --git a/go/reg-test/expected/case-c-verb-int-float-stats1-step1.sh.out b/go/reg-test/expected/case-c-verb-int-float-stats1-step1.sh.out deleted file mode 100644 index 2765cea10..000000000 --- a/go/reg-test/expected/case-c-verb-int-float-stats1-step1.sh.out +++ /dev/null @@ -1,45 +0,0 @@ - - -================================================================ -STATS1/STEP INT/FLOAT - -mlr --opprint step -a rsum,delta,counter -f x,y,z ./reg-test/input/int-float.dkvp -x y z x_rsum x_delta x_counter y_rsum y_delta y_counter z_rsum z_delta z_counter -1 10.1 20 1 0 1 10.100000 0 1 20 0 1 -2 10.2 30 3 1 2 20.300000 0.100000 2 50 10 2 -3 10.3 40.8 6 1 3 30.600000 0.100000 3 90.800000 10.800000 3 - -mlr --opprint step -F -a rsum,delta,counter -f x,y,z ./reg-test/input/int-float.dkvp -x y z x_rsum x_delta x_counter y_rsum y_delta y_counter z_rsum z_delta z_counter -1 10.1 20 1.000000 0.000000 1.000000 10.100000 0.000000 1.000000 20.000000 0.000000 1.000000 -2 10.2 30 3.000000 1.000000 2.000000 20.300000 0.100000 2.000000 50.000000 10.000000 2.000000 -3 10.3 40.8 6.000000 1.000000 3.000000 30.600000 0.100000 3.000000 90.800000 10.800000 3.000000 - -mlr --oxtab stats1 -a min,max,sum,count -f x,y,z ./reg-test/input/int-float.dkvp -x_min 1 -x_max 3 -x_sum 6 -x_count 3 -y_min 10.100000 -y_max 10.300000 -y_sum 30.600000 -y_count 3 -z_min 20.000000 -z_max 40.800000 -z_sum 90.800000 -z_count 3 - -mlr --oxtab stats1 -F -a min,max,sum,count -f x,y,z ./reg-test/input/int-float.dkvp -x_min 1 -x_max 3 -x_sum 6.000000 -x_count 3.000000 -y_min 10.100000 -y_max 10.300000 -y_sum 30.600000 -y_count 3.000000 -z_min 20.000000 -z_max 40.800000 -z_sum 90.800000 -z_count 3.000000 - diff --git a/go/reg-test/expected/case-verb-int-float-stats1-step1.sh.out b/go/reg-test/expected/case-verb-int-float-stats1-step1.sh.out new file mode 100644 index 000000000..c1e043a53 --- /dev/null +++ b/go/reg-test/expected/case-verb-int-float-stats1-step1.sh.out @@ -0,0 +1,45 @@ + + +================================================================ +STATS1/STEP INT/FLOAT + +mlr --opprint step -a rsum,delta,counter -f x,y,z ./reg-test/input/int-float.dkvp +x y z x_rsum x_delta x_counter y_rsum y_delta y_counter z_rsum z_delta z_counter +1 10.1 20 1 0 1 10.1 0 1 20 0 1 +2 10.2 30 3 1 2 20.299999999999997 0.09999999999999964 2 50 10 2 +3 10.3 40.8 6 1 3 30.599999999999998 0.10000000000000142 3 90.8 10.799999999999997 3 + +mlr --opprint step -F -a rsum,delta,counter -f x,y,z ./reg-test/input/int-float.dkvp +x y z x_rsum x_delta x_counter y_rsum y_delta y_counter z_rsum z_delta z_counter +1 10.1 20 1 0 1 10.1 0 1 20 0 1 +2 10.2 30 3 1 2 20.299999999999997 0.09999999999999964 2 50 10 2 +3 10.3 40.8 6 1 3 30.599999999999998 0.10000000000000142 3 90.8 10.799999999999997 3 + +mlr --oxtab stats1 -a min,max,sum,count -f x,y,z ./reg-test/input/int-float.dkvp +x_min 1 +x_max 3 +x_sum 6 +x_count 3 +y_min 10.1 +y_max 10.3 +y_sum 30.599999999999998 +y_count 3 +z_min 20 +z_max 40.8 +z_sum 90.8 +z_count 3 + +mlr --oxtab stats1 -F -a min,max,sum,count -f x,y,z ./reg-test/input/int-float.dkvp +x_min 1 +x_max 3 +x_sum 6 +x_count 3 +y_min 10.1 +y_max 10.3 +y_sum 30.599999999999998 +y_count 3 +z_min 20 +z_max 40.8 +z_sum 90.8 +z_count 3 +