jonghyunharrylee / pyPCGA

pyPCGA: fast and scalable inverse modeling approach
BSD 3-Clause "New" or "Revised" License
23 stars 15 forks source link

Missing stwave_utils #11

Open Mahtaw opened 5 years ago

Mahtaw commented 5 years ago

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

jonghyunharrylee commented 5 years ago

Hi Mahta,

STWAVE and python interface stwave_utils are maintained by USACE ERDC-CHL. Please contact them for the download.

Harry

Mahtaw commented 5 years ago

Hi Harry,

Thank you very much.

Mahta

DasAllFolks commented 4 years ago

@jonghyunharrylee, how do you recommend getting in touch with USACE ERCD-CHL?

We tried the email address listed on CHL's home page (ERDCinfo@usace.army.mil), but it consistently bounces.

jonghyunharrylee commented 4 years ago

@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.

stdas commented 4 years ago

Great, thanks @jonghyunharrylee!

Two questions:

  1. Do you need any help with either of those tasks?
  2. Any idea when those two tasks (particularly exposing stwave_utils for public consumption) might be done?

Thanks again!