Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in running code #2

Open
AhmedAlHeety opened this issue Feb 18, 2021 · 1 comment
Open

Issue in running code #2

AhmedAlHeety opened this issue Feb 18, 2021 · 1 comment

Comments

@AhmedAlHeety
Copy link

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'

@MABeeskow
Copy link
Owner

Oh sorry, I forgot that there are still some code snippets that do not work at the moment. I want to continue the seismic part when I have finished the generation of "borehole" data for a 2D grid. But thank you very much for your feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants