From 45ae8c7315615d0d78fcea0d39975949f0f5c8b4 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Thu, 30 Nov 2017 16:02:32 -0800 Subject: [PATCH] Reduce beta test. Remove other betas. Beta doesn't work well due to simplified rules. --- compiler/tests/04_pinv_1x_beta_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/tests/04_pinv_1x_beta_test.py b/compiler/tests/04_pinv_1x_beta_test.py index b717a7e3..6bd03b9a 100644 --- a/compiler/tests/04_pinv_1x_beta_test.py +++ b/compiler/tests/04_pinv_1x_beta_test.py @@ -25,8 +25,8 @@ class pinv_test(unittest.TestCase): import pinv import tech - debug.info(2, "Checking 1x beta=4 size inverter") - tx = pinv.pinv(size=1, beta=4) + debug.info(2, "Checking 1x beta=3 size inverter") + tx = pinv.pinv(size=1, beta=3) self.local_check(tx) OPTS.check_lvsdrc = True