Skip to content

Commit 7cd7d28

Browse files
committed
Reorganizing the results
1 parent 34ea36b commit 7cd7d28

File tree

82 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+1
-1
lines changed

mesh_model/random_trimesh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def mesh_shuffle(mesh: Mesh, num_nodes) -> Mesh:
9999
:param num_nodes: number nodes of the mesh
100100
:return: a mesh with randomly flipped darts.
101101
"""
102-
nb_action_max = 7
102+
nb_action_max = 3
103103
nb_action = 0
104104
active_darts_list = mesh.active_darts()
105105
m_analysis = TriMeshQualityAnalysis(mesh)

0 commit comments

Comments
 (0)