GebPy
GebPy copied to clipboard
Issue in running code
Dear Beeskovow thank you for sharing this amazing code..
I have an issue when I running code:
TypeError Traceback (most recent call last)
~\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'