We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b429a commit 666db9aCopy full SHA for 666db9a
pyxao/wavefront.py
@@ -13,10 +13,10 @@
13
pyfftw.interfaces.cache.enable()
14
pyfftw.interfaces.cache.set_keepalive_time(1.0)
15
nthreads = 16
16
- print("WARNING: using pyfftw with {:d} threads...".format(nthreads))
+ print("WARNING: in wavefront.py I am using pyfftw with {:d} threads...".format(nthreads))
17
except:
18
nthreads = 0
19
- print("WARNING: I could not import pyfftw, so I am using numpy fft routines instead...")
+ print("WARNING: in wavefront.py I could not import pyfftw, so I am using numpy fft routines instead...")
20
21
22
class Wavefront():
0 commit comments