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

sim source experiment #208

Closed
jddorellanao opened this issue Oct 9, 2023 · 3 comments
Closed

sim source experiment #208

jddorellanao opened this issue Oct 9, 2023 · 3 comments

Comments

@jddorellanao
Copy link

Hi everyone,

I am trying to replicate the sim source experiment from the documentation, so far this is my code. The problem I have encountered is that it takes too long (~60 min) and I don't even get any results. For comparison, I have run the same experiment without the sim source and it takes about 5 seconds to get the shot records, so is there something wrong with my code or is it normal that it takes so long?

@mloubout
Copy link
Member

mloubout commented Oct 9, 2023

Hi

It should take the same time (5s) with sim source so something is off. Will have a look at your code.

@mloubout
Copy link
Member

Your wavelet for the sim-source part is a Float64 array instead of a Float32 which currently leads to some overflow due to type mismatch. if you make it Float32 then it'll be fine

@jddorellanao
Copy link
Author

Thanks a lot @mloubout

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