Skip to content

Commit

Permalink
Test diam
Browse files Browse the repository at this point in the history
  • Loading branch information
hkjeldsberg committed Oct 24, 2023
1 parent 4ddac41 commit ce36eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pre_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_mesh_model_with_one_inlet_and_two_outlets():
model_path = "tests/test_data/artery/artery.stl"
# Get default input parameters
common_input = read_command_line(model_path)
common_input.update(dict(meshing_method="curvature",
common_input.update(dict(meshing_method="diameter",
smoothing_method="laplace",
refine_region=True,
region_points=[33, 30, 40],
Expand Down

0 comments on commit ce36eed

Please sign in to comment.