Skip to content

Commit

Permalink
Reverted example changes as it is not required
Browse files Browse the repository at this point in the history
  • Loading branch information
benflexcompute committed Apr 22, 2024
1 parent a9f8b90 commit 6277ad6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions examples/volume_mesher_v2_from_inputs.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Comment out to pass linter. Uncomment below to run this example
# import os
# os.environ["FLOW360_BETA_FEATURES"] = "1"
import os

os.environ["FLOW360_BETA_FEATURES"] = "1"
import flow360 as fl

# Comment out to pass linter. Uncomment below to run this example
# fl.Env.dev.active()
fl.Env.dev.active()
from flow360.component.meshing.params import Farfield, Volume, VolumeMeshingParams

surface_mesh_stl = "../tests/data/surface_mesh/airplaneGeometry.stl"
Expand All @@ -15,7 +14,7 @@
print(surface_mesh)
print(surface_mesh.params)

params = VolumeMeshingParams(
params = fl.VolumeMeshingParams(
version="v2",
volume=Volume(
first_layer_thickness=0.001,
Expand Down

0 comments on commit 6277ad6

Please sign in to comment.