コード例 #1
0
 def setUpClass(self):
     self.env_orig = os.getenv('OPTKIT_USE_LOCALLIBS', '0')
     os.environ['OPTKIT_USE_LOCALLIBS'] = '1'
     self.libs = PogsAbstractLibs()
     self.A_test = self.A_test_gen
     self.A_test_sparse = self.A_test_sparse_gen
コード例 #2
0
 def setUpClass(self):
     self.env_orig = os.getenv('OPTKIT_USE_LOCALLIBS', '0')
     os.environ['OPTKIT_USE_LOCALLIBS'] = '1'
     self.libs = PogsAbstractLibs()