gempy-project / gempy

GemPy is an open-source, Python-based 3-D structural geological modeling software, which allows the implicit (i.e. automatic) creation of complex geological models from interface and orientation data. It also offers support for stochastic modeling to address parameter and model uncertainties.
https://gempy.org
European Union Public License 1.2
988 stars 235 forks source link

AttributeError Traceback (most recent call last) Cell In[2], line 1 ----> 1 geo_model = gp.create_model('Model1') 2 geo_model = gp.init_data(geo_model, extent=[0, 791, 0, 200, -582, 0], resolution=[100, 10, 100]) AttributeError: module 'gempy' has no attribute 'create_model'......... #885

Closed Varun019140 closed 7 months ago

Varun019140 commented 7 months ago

Describe the bug A clear and concise description of what the bug is. Include error messages / tracebacks. If useful include screenshots.

To Reproduce Provide detailed steps to reproduce the behavior:

1. 2. 3. ...

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

javoha commented 7 months ago

See #881