Exemplo n.º 1
0
	def import_local_wisdom(self):
		local_wisdom_file = self.local_wisdom_filename()
		try:
			fftw3.import_wisdom_from_file(local_wisdom_file)
			self.wisdom_found.append(local_wisdom_file)
		except:
			pass
Exemplo n.º 2
0
 def __init__(self):
     if os.path.isfile(self.wisdomfile):
         fftw3.import_wisdom_from_file(self.wisdomfile)
Exemplo n.º 3
0
 def __init__(self):
     if os.path.isfile(self.wisdomfile):
         fftw3.import_wisdom_from_file(self.wisdomfile)