You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: