Skip to content

Issue with Fault Interaction in 'Tutorial ch1_5_fault_relations.ipynb' #910

Answered by javoha
FisPrObXu asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
thanks for your question. You are definitely right - this tutorial is a little confusing. I have to go through it in more detail to see where it goes wrong and it is noted as something we need to improve. For now: Can you run the following piece of code. This should give you the desired result with a more straightforward setup. After initiating the model we define the structural frame, assign two groups as faults and set the fault relationships.

import gempy as gp
import gempy_viewer as gpv
from gempy_engine.core.data.stack_relation_type import StackRelationType

# Aux imports
import numpy as np
import os

#data_path = os.path.abspath('../../')

# Initiate geomodel
geo_model: gp.data.…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@FisPrObXu
Comment options

Answer selected by FisPrObXu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants