Skip to content

Commit

Permalink
Removed output from MeshBoundaryFactory test
Browse files Browse the repository at this point in the history
The use of unordered_map makes the comparison of the output unreliable as the order in which the boundary elements are built is system dependent.
  • Loading branch information
regislebrun committed Oct 11, 2023
1 parent 2613507 commit 14b5898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ ot_pyinstallcheck_test (LevelSet_std)
ot_pyinstallcheck_test (LevelSetMesher_std)
ot_pyinstallcheck_test (Mesh_std)
ot_pyinstallcheck_test (Mesh_draw IGNOREOUT)
ot_pyinstallcheck_test (MeshBoundaryFactory_std)
ot_pyinstallcheck_test (MeshBoundaryFactory_std IGNOREOUT)
ot_pyinstallcheck_test (DomainComplement_std)
ot_pyinstallcheck_test (DomainDifference_std)
ot_pyinstallcheck_test (DomainIntersection_std)
Expand Down

0 comments on commit 14b5898

Please sign in to comment.