Skip to content

Commit

Permalink
- [META] Rename2
Browse files Browse the repository at this point in the history
  • Loading branch information
Leguark committed Oct 11, 2023
1 parent 52a3262 commit 5d8c94f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
# %%

# %%
geo_model.interpolation_options.dual_contouring = False
geo_model.interpolation_options.mesh_extraction = False
sol = gp.compute_model(geo_model)

# %%
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorials/ch4-Topology/ch4-1-Topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

gp.set_is_fault(geo_model, ['fault'])

geo_model.interpolation_options.dual_contouring = False
geo_model.interpolation_options.mesh_extraction = False
sol = gp.compute_model(geo_model)

# %%
Expand Down
2 changes: 1 addition & 1 deletion gempy/API/initialization_API.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def create_geomodel(
interpolation_options: InterpolationOptions = InterpolationOptions(
range=5,
c_o=10,
dual_contouring=True,
mesh_extraction=True,
number_octree_levels=refinement,
)

Expand Down

0 comments on commit 5d8c94f

Please sign in to comment.