GebPy icon indicating copy to clipboard operation
GebPy copied to clipboard

Issue in running code

Open AhmedAlHeety opened this issue 4 years ago • 1 comments

Dear Beeskovow thank you for sharing this amazing code..

I have an issue when I running code: TypeError Traceback (most recent call last) in 4 dataT0 = data.calculatet0() 5 data = seismics(dataReflection) ----> 6 dataTrace = data.calculateTrace() 7 # data = seismics(dataWavelet) 8 # dataWiggle = data.seismic_wiggle()

~\Desktop\GebPy-master\modules\geophysics.py in calculateTrace(self) 110 # input = reflection 111 widths = np.arange(1, len(self.input)+1) --> 112 cwt, freq = pywt.cwt(self.input, widths, "mexh", method="conv") 113 data = [cwt, freq] 114 #

TypeError: cwt() got an unexpected keyword argument 'method'

AhmedAlHeety avatar Feb 18 '21 16:02 AhmedAlHeety