From f6dd21f31a4db808404a8407c4c1895f4f5baf8f Mon Sep 17 00:00:00 2001 From: Cong Ma Date: Mon, 12 Aug 2024 18:38:55 +0000 Subject: [PATCH] Commnet out all test cases that beta != 0 Test cases that beta != 0 cannot pass for a CK bug. Will add the test cases back when the CK fix is merged into amd_master --- test/03_reduction/configs/rank1_test_params.yaml | 4 ++-- test/03_reduction/configs/rank2_test_params.yaml | 4 ++-- test/03_reduction/configs/rank3_test_params.yaml | 4 ++-- test/03_reduction/configs/rank4_test_params.yaml | 4 ++-- test/03_reduction/configs/rank5_test_params.yaml | 4 ++-- test/03_reduction/configs/rank6_test_params.yaml | 4 ++-- test/03_reduction/configs/reduction_params.yaml | 5 +++-- 7 files changed, 15 insertions(+), 14 deletions(-) diff --git a/test/03_reduction/configs/rank1_test_params.yaml b/test/03_reduction/configs/rank1_test_params.yaml index a3e6c267..780ad041 100644 --- a/test/03_reduction/configs/rank1_test_params.yaml +++ b/test/03_reduction/configs/rank1_test_params.yaml @@ -12,8 +12,8 @@ Alphas: - 2.3 Betas: - 0.0 - - 1.0 - - 2.3 + # - 1.0 + # - 2.3 Lengths: - [ 13 ] - [ 6 ] diff --git a/test/03_reduction/configs/rank2_test_params.yaml b/test/03_reduction/configs/rank2_test_params.yaml index 91d19929..c0352789 100644 --- a/test/03_reduction/configs/rank2_test_params.yaml +++ b/test/03_reduction/configs/rank2_test_params.yaml @@ -12,8 +12,8 @@ Alphas: - 2.3 Betas: - 0.0 - - 1.0 - - 2.3 + # - 1.0 + # - 2.3 Lengths: - [ 13, 11] - [ 6, 4] diff --git a/test/03_reduction/configs/rank3_test_params.yaml b/test/03_reduction/configs/rank3_test_params.yaml index 87c9d078..7b8d4c2b 100644 --- a/test/03_reduction/configs/rank3_test_params.yaml +++ b/test/03_reduction/configs/rank3_test_params.yaml @@ -12,8 +12,8 @@ Alphas: - 2.3 Betas: - 0.0 - - 1.0 - - 2.3 + # - 1.0 + # - 2.3 Lengths: - [ 11, 8, 5] - [ 5, 6, 4] diff --git a/test/03_reduction/configs/rank4_test_params.yaml b/test/03_reduction/configs/rank4_test_params.yaml index 8b5691a4..31e27cb3 100644 --- a/test/03_reduction/configs/rank4_test_params.yaml +++ b/test/03_reduction/configs/rank4_test_params.yaml @@ -12,8 +12,8 @@ Alphas: - 2.3 Betas: - 0.0 - - 1.0 - - 2.3 + # - 1.0 + # - 2.3 Lengths: - [ 13, 11, 8, 5] - [ 3, 5, 6, 4] diff --git a/test/03_reduction/configs/rank5_test_params.yaml b/test/03_reduction/configs/rank5_test_params.yaml index 656d8966..1e51b72c 100644 --- a/test/03_reduction/configs/rank5_test_params.yaml +++ b/test/03_reduction/configs/rank5_test_params.yaml @@ -12,8 +12,8 @@ Alphas: - 2.3 Betas: - 0.0 - - 1.0 - - 2.3 + # - 1.0 + # - 2.3 Lengths: - [ 13, 11, 8, 5, 4] - [ 3, 5, 6, 4, 5] diff --git a/test/03_reduction/configs/rank6_test_params.yaml b/test/03_reduction/configs/rank6_test_params.yaml index c46b4e94..7b72008b 100644 --- a/test/03_reduction/configs/rank6_test_params.yaml +++ b/test/03_reduction/configs/rank6_test_params.yaml @@ -12,8 +12,8 @@ Alphas: - 2.3 Betas: - 0.0 - - 1.0 - - 2.3 + # - 1.0 + # - 2.3 Lengths: - [ 7, 2, 8, 5, 4, 3] - [ 3, 5, 6, 4, 5, 3] diff --git a/test/03_reduction/configs/reduction_params.yaml b/test/03_reduction/configs/reduction_params.yaml index a09f68c4..18b0580c 100644 --- a/test/03_reduction/configs/reduction_params.yaml +++ b/test/03_reduction/configs/reduction_params.yaml @@ -11,8 +11,9 @@ Alphas: - 1.0 - 2.3 Betas: - - 1.0 - - 2.3 + - 0.0 + # - 1.0 + # - 2.3 Lengths: - [ 1, 1] - [ 5, 2]