diff --git a/compiler/tests/23_lib_sram_model_test.py b/compiler/tests/23_lib_sram_model_test.py index 8ed2309f..7d0faf01 100644 --- a/compiler/tests/23_lib_sram_model_test.py +++ b/compiler/tests/23_lib_sram_model_test.py @@ -37,7 +37,6 @@ class lib_test(unittest.TestCase): filename = s.name + "_analytical.lib" libname = OPTS.openram_temp + filename lib.lib(libname=libname,sram=s,spfile=tempspice,use_model=True) - # let's diff the result with a golden model golden = "{0}/golden/{1}".format(os.path.dirname(os.path.realpath(__file__)),filename)