-
Notifications
You must be signed in to change notification settings - Fork 13
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
Missing stwave_utils #11
Comments
Hi Mahta, STWAVE and python interface stwave_utils are maintained by USACE ERDC-CHL. Please contact them for the download. Harry |
Hi Harry, Thank you very much. Mahta |
@jonghyunharrylee, how do you recommend getting in touch with USACE ERCD-CHL? We tried the email address listed on CHL's home page ([email protected]), but it consistently bounces. |
@DasAllFolks We will create a repo for stwave_utils soon. The current stwave example is based on python 2 as far as I remember and need to migrate to python 3. |
Great, thanks @jonghyunharrylee! Two questions:
Thanks again! |
Hi
I have been trying to run the stwave example and I cant find stwave_utils to install. Here is the trace back
Thanks
import stwave as st
File "stwave.py", line 4, in
from stwave_utils.stwave_forward_problem import STWaveProblem
ImportError: No module named stwave_utils.stwave_forward_problem
The text was updated successfully, but these errors were encountered: