Remove tab

This commit is contained in:
Matt Guthaus 2017-11-15 11:45:55 -08:00
parent 102db4fecf
commit 75a3884568
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class lib_test(unittest.TestCase):
# let's diff the result with a golden model
golden = "{0}/golden/{1}".format(os.path.dirname(os.path.realpath(__file__)),filename)
# 15% worked in freepdk, but scmos needed 20%
# 15% worked in freepdk, but scmos needed 20%
self.assertEqual(isapproxdiff(libname,golden,0.20),True)
os.system("rm {0}".format(libname))